Differences From Artifact [54c96812fa]:
- Executable file
mttroot/mtt/bin/trans/mtt_prepend.sh
— part of check-in
[5c5cd8b589]
at
2001-04-05 03:46:13
on branch origin/master
— Added mtt_prepend.sh, -p preserves time attribute of base file
- eliminates error in dependencies due to update of ese.r by modpar.r. (user: geraint@users.sourceforge.net, size: 726) [annotate] [blame] [check-ins using] [more...]
To Artifact [83feb02b68]:
- Executable file mtt/bin/trans/mtt_prepend.sh — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 729) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/trans/mtt_prepend.sh — part of check-in [6c6042c820] at 2001-04-10 13:57:33 on branch origin/master — Fixed bash/sh compatibility bug (user: gawthrop@users.sourceforge.net, size: 729) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
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 |
︙ | ︙ |