aboutsummaryrefslogtreecommitdiff
path: root/trunk/lib
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-06 01:21:49 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-06 01:21:49 +0000
commit3f761f76b59b930adc499717a6ddd25dd2271e4e (patch)
tree6fc29732cb339a02ea8f3c525a121ebaa6d8ebcf /trunk/lib
parent83b393037a75c9902bcae88a0c1bf0a60ab4f170 (diff)
downloadsimplepkg-3f761f76b59b930adc499717a6ddd25dd2271e4e.tar.gz
simplepkg-3f761f76b59b930adc499717a6ddd25dd2271e4e.tar.bz2
small cosmetic changes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@280 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/lib')
-rw-r--r--trunk/lib/common.sh1
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