Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > b8a6f59b6950356f2137eb79402ff6b1 > files > 9

squeak-vm-3.10.5-5.fc14.src.rpm

diff -up Squeak-3.10-3/platforms/unix/config/inisqueak.in.tail-options Squeak-3.10-3/platforms/unix/config/inisqueak.in
--- Squeak-3.10-3/platforms/unix/config/inisqueak.in.tail-options	2008-08-11 15:54:17.000000000 -0400
+++ Squeak-3.10-3/platforms/unix/config/inisqueak.in	2008-08-11 15:54:44.000000000 -0400
@@ -182,7 +182,7 @@ if ${list}; then
       echo
     fi
   done
-  IMAGE=`echo ${images} | tr ' ' '\012' | tail +${reply} | head -1`
+  IMAGE=`echo ${images} | tr ' ' '\012' | tail -n +${reply} | head -1`
   CHANGES=${IMAGE}.changes.gz
   IMAGE=${IMAGE}.image.gz
 fi