From 218bc9e142cf22a29ab160f7cf2adafce4f8ce2f Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Sun, 24 Aug 2008 02:52:21 +0000 Subject: [PATCH] whitespace cleanups --- src/usr/bin/sbopkg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/usr/bin/sbopkg b/src/usr/bin/sbopkg index 80c7283..3ad9a92 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -65,7 +65,7 @@ else fi if [ ! -d "$LOCALREPO" ]; then echo "Creating local repo directory $LOCALREPO for the rsync \ -mirror." +mirror." read -s -n 1 -p "Press any key to continue or Ctrl-C to exit." echo mkdir -p $LOCALREPO @@ -83,7 +83,7 @@ if [ ! -d "$TMP" ]; then echo "Creating local TMP directory $TMP." read -s -n 1 -p "Press any key to continue or Ctrl-C to exit." echo - mkdir -p $TMP + mkdir -p $TMP fi } @@ -267,7 +267,7 @@ potential updates..." >> $UPDATELIST NAME=$OLDNAME PRGNAM="$PRGNAM$(egrep -m1 "^FONTLANG" $NEWSB | sed -e 's/[ #}\t].*$//;s/^.*://;s/_/-/g')" fi - # Ugly hack for ctorrent, argtable, libevent, + # Ugly hack for ctorrent, argtable, libevent, # ubuntulooks, and graveman if [[ "$PRGNAM" == "ctorrent" || "$PRGNAM" == "argtable" || "$PRGNAM" == "libevent" || "$PRGNAM" == "ubuntulooks" || "$PRGNAM" == "graveman" ]]; then NEWSRCVER=""