diff options
Diffstat (limited to 'trunk/lib')
-rw-r--r-- | trunk/lib/common.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index d47f687..f66e9a7 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -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 |