Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.211 1999/08/17 04:10:38 peterg +## Removed the -u switch from cp - it doesnt work on non GNU cps +## ## Revision 1.210 1999/08/02 12:52:12 peterg ## Removed redundant .p copying. ## ## Revision 1.209 1999/07/27 03:50:13 peterg ## Fixed odeo.p bug. @@ -1266,11 +1269,11 @@ fi # Tidy mode - operate in the directory MTT-work if [ "$tidy" = "tidy" ]; then mkdir -p MTT_work - cp -p Makefile *.* .* MTT_work # 2>/dev/null + cp -p -u Makefile *.* .* MTT_work # 2>/dev/null cd MTT_work if [ -z "$directory" ]; then Directory='' else @@ -1292,11 +1295,11 @@ if [ "$3" = "html" ]; then echo Moving $1_$2 mv $1_$2 .. else echo Copying $1_$2.$3 - cp -p $1_$2.$3 .. + cp -p -u $1_$2.$3 .. fi if [ "$PLOTTYPE" = "multiple" ]; then echo Copying $1_$2$__ARGS.ps cp $1_$2$__ARGS.ps .. fi