]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
small cosmetic changes
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 6 Apr 2007 01:21:49 +0000 (01:21 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 6 Apr 2007 01:21:49 +0000 (01:21 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@280 04377dda-e619-0410-9926-eae83683ac58

trunk/lib/common.sh
trunk/src/jail-commit

index d47f687b186c2bf05efdd084bfcc7fe8cbfecb7b..f66e9a7edadb6de10989c2282c90981ed3c1a259 100644 (file)
@@ -274,7 +274,6 @@ function eval_config {
   if which $SIMPLARET &> /dev/null; then
     if [ "$SIMPLARET_UPDATE" == "1" ]; then
       if [ "$2" == "-u" ]; then
-        echo "updating package database..."
         ARCH=$ARCH VERSION=$VERSION $SIMPLARET --update
       fi
     fi
index de0dab4537ea0ec05363ddcc9d808948af8b8831..e28e87db3ba97946be849967b49054dbe8f0208e 100755 (executable)
@@ -56,7 +56,7 @@ function template_merge {
 
       if [ ! -d "$file" ] && [ ! -s "$file" ]; then
         if ! diff $file $1/$file; then
-          echo updating $file
+          echo Updating $file
           cp -af $1/$file $file
         fi
       elif [ -s "$file" ]; then