Browse Source

+ Echo now correct

michael 25 years ago
parent
commit
70d21a8f50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/pics/ide/makeeps

+ 1 - 1
docs/pics/ide/makeeps

@@ -7,7 +7,7 @@ foreach f ( *.png )
   else 
      test $f -nt $s
      if ( $? == 0 ) then 
-       echo $f newer than $f...
+       echo $f newer than $s...
        convert $f $s
      endif
   endif