Explorar o código

+ Echo now correct

michael %!s(int64=25) %!d(string=hai) anos
pai
achega
70d21a8f50
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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