Overview
Comment:Fixed bash/sh compatibility bug
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 07cafda43dc40abff6717db20cce72a6feac9b43506a6fdef2f53a69da69fe54
User & Date: gawthrop@users.sourceforge.net on 2001-04-10 13:57:33.000
Other Links: branch diff | manifest | tags
Context
2001-04-11
02:13:29
Fixed input.oct for compatibility with input.m. check-in: 8fcb8ac6a0 user: geraint@users.sourceforge.net tags: origin/master, trunk
2001-04-10
13:57:33
Fixed bash/sh compatibility bug check-in: 07cafda43d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
13:56:13
Uses standard mkoctfile check-in: d70e82e32e user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
12
13
14
15
16
17
18
19

20
21
22
23
24
25
26
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
while [ -n "`echo $1 | grep '^-'`" ]; do
    case $1 in
	-p)
	    preserve='-p'
	    ;;
	-h)
	    usage
	    exit

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