Index: tigercron =================================================================== RCS file: /cvsroot/tiger/tiger/tigercron,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- tigercron 26 Apr 2003 10:35:33 -0000 1.9 +++ tigercron 11 May 2003 18:14:45 -0000 1.10 @@ -31,6 +31,10 @@ # instead of CONFIGDIR # # 04/26/2003 jfs Removed unnecessary option +# +# 05/11/2003 jfs Fixed tigercron, the 'unecessary option' was in fact +# the way it behaved, I wanted to removed spurious echos +# and ended up breaking its functionality! # #----------------------------------------------------------------------------- # @@ -218,6 +222,7 @@ do [ -f "$outprefix.$next" ] && { $MV $outprefix.$next $outprefix.$suffix + echo $outprefix } suffix=$next next=`$EXPR $next - 1`