--- vim-gvim.SlackBuild 2008-07-28 16:34:20.000000000 -0400 +++ vim-gvim.SlackBuild.s390x 2009-07-07 02:32:28.000000000 -0400 @@ -18,7 +18,7 @@ # Determine VIM patchlevel: if [ -d $CWD/patches ] ; then cd $CWD/patches - PATCHLEVEL=$(/bin/ls 2> /dev/null | tail -1 | cut -f 3 -d . ) + PATCHLEVEL=$(/bin/ls 2> /dev/null | tail -n1 | cut -f 3 -d . ) if [ "$PATCHLEVEL" = "" ]; then PATCHLEVEL=000 fi @@ -41,7 +41,7 @@ --enable-multibyte \ --enable-cscope \ --with-features=huge \ - --with-compiledby="" \ + --with-compiledby="" \ --build=$ARCH-slackware-linux # I had been adding this, but got 100% complaints and 0% kudos: