From eeaef697d83d134c254bd76c623d7255bb57a72d Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Thu, 1 Jan 2009 18:18:24 +0000 Subject: [PATCH] remove a bit of crufty commented out stuff from sbopkg --- src/usr/bin/sbopkg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/usr/bin/sbopkg b/src/usr/bin/sbopkg index 3e4e7fb..1fc8a89 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -329,7 +329,6 @@ potential updates..." >> $UPDATELIST if $(echo $VER | grep -q "^svn_r"); then VER=$(echo $VER | sed -e 's/r//;s/_/_000/') fi - #NEWSRCVER=$(egrep -m1 "^OOLANG" $NEWSB | sed -e 's/[ #}\t].*$//;s/^.*://;s/-/_/g') fi # Ugly hack for openarena ... is there a trend here? :-) if [ $PRGNAM = "openarena" ]; then @@ -943,10 +942,6 @@ fi show_readme () { # Show the package's text files. -# Thanks to slakmagik, this works much better. I may still look at -# other ways to do this. Perhaps have a way for the user to choose -# which of the 4 docs he wants to view? Or have a menu listing the 4 -# docs? Undecided. cd $LOCALREPO/$SLACKVER ${PAGER:-more} $PKGPATH/{README,$PKGNAME.SlackBuild,\ $PKGNAME.info.build,slack-desc}