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: |
07cafda43dc40abff6717db20cce72a6 |
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: 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
Modified mttroot/mtt/bin/trans/mtt_prepend.sh from [54c96812fa] to [83feb02b68].
︙ | ︙ | |||
12 13 14 15 16 17 18 | -p preserves time attribute EOF } preserve='' | | | 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 |
︙ | ︙ |