Overview
Comment: | Creat empty _aliased file if it doesn't exist |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
aa6be4def37d534df1af3240ac720f92 |
User & Date: | gawthrop@users.sourceforge.net on 2000-10-16 08:36:31 |
Other Links: | branch diff | manifest | tags |
Context
2000-10-16
| ||
08:40:35 | Whoops! Must touch mtt_aliased check-in: 9ec4981fa6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
08:36:31 | Creat empty _aliased file if it doesn't exist check-in: aa6be4def3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
08:28:56 |
Tidied up: SS broken due to incorrect ss.r file Switches?? check-in: af37fabb74 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/cbg2ese_m2r from [fb2127357c] to [d8e037f2a1].
︙ | ︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 | ############################################################### ## Version control history ############################################################### ## $Id$ ## ## $Log$ ## Revision 1.18 2000/09/15 08:09:42 peterg ## Removed another debugging line ## ## Revision 1.17 2000/09/15 08:06:17 peterg ## Removed debug lines ## ## Revision 1.16 2000/09/02 15:55:51 peterg | > > > | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | ############################################################### ## Version control history ############################################################### ## $Id$ ## ## $Log$ ## Revision 1.19 2000/10/12 19:25:39 peterg ## Now generateds the _aliased.txt file ## ## Revision 1.18 2000/09/15 08:09:42 peterg ## Removed another debugging line ## ## Revision 1.17 2000/09/15 08:06:17 peterg ## Removed debug lines ## ## Revision 1.16 2000/09/02 15:55:51 peterg |
︙ | ︙ | |||
206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 | fi echo "END;" >> $1_ese.r echo "END;" >> $1_def.r # Create the _alised file echo Creating $1_aliased.txt mv mtt_aliased.txt $1_aliased.txt # Sort the struc file mv $structurefile junk sort -k 1,1 -k 2,2n junk >$structurefile # Now invoke the standard error handling. mtt_error mtt_error.txt | > | 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 | fi echo "END;" >> $1_ese.r echo "END;" >> $1_def.r # Create the _alised file touch $1_aliased.txt echo Creating $1_aliased.txt mv mtt_aliased.txt $1_aliased.txt # Sort the struc file mv $structurefile junk sort -k 1,1 -k 2,2n junk >$structurefile # Now invoke the standard error handling. mtt_error mtt_error.txt |