Overview
Comment:Fixed bash/sh compatibility bug
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 6c6042c82029c099dbebd6b340ab071000c88908c73c3d3d334293182aa39705
User & Date: gawthrop@users.sourceforge.net on 2001-04-10 13:57:33
Other Links: branch diff | manifest | tags
Context
2001-04-11
02:13:29
Fixed input.oct for compatibility with input.m. check-in: 9fa6221d14 user: geraint@users.sourceforge.net tags: origin/master, trunk
2001-04-10
13:57:33
Fixed bash/sh compatibility bug check-in: 6c6042c820 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
13:56:13
Uses standard mkoctfile check-in: 1ff989db2f user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/mtt_prepend.sh from [54c96812fa] to [83feb02b68].

12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

      -p preserves time attribute

EOF
}

preserve=''
while [ "`echo $1 | grep '^-'`" ]; do
    case $1 in
	-p)
	    preserve='-p'
	    ;;
	-h)
	    usage
	    exit







|







12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

      -p preserves time attribute

EOF
}

preserve=''
while [ -n "`echo $1 | grep '^-'`" ]; do
    case $1 in
	-p)
	    preserve='-p'
	    ;;
	-h)
	    usage
	    exit


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]