Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 8db4483c516e5a0f4271f031b6159c3a > files > 9

squeak-vm-3.10.5-5.fc13.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