summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-01-24 19:05:58 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2009-01-24 19:05:58 +0100
commitde61605d525c06cbb19813d08e809994ac779728 (patch)
treef70deb22edb9dd3c8d15ff6d436dcb9cc781fa7d /src/core
parentb3cd45966241d82f2076e87a6d4a2bbf81cc2e90 (diff)
todo updates
Diffstat (limited to 'src/core')
-rw-r--r--src/core/libs/lib-pacman.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-pacman.sh b/src/core/libs/lib-pacman.sh
index d613052..89c3638 100644
--- a/src/core/libs/lib-pacman.sh
+++ b/src/core/libs/lib-pacman.sh
@@ -86,7 +86,7 @@ done
[ ! -d "${var_TARGET_DIR}/var/lib/pacman" ] && mkdir -m 755 -p "${var_TARGET_DIR}/var/lib/pacman"
infofy "Refreshing package database..."
- $PACMAN_TARGET -Sy >$LOG 2>&1 || return 1
+ $PACMAN_TARGET -Sy >$LOG 2>&1 || return 1 #TODO: make sure this also goes into the logfile. actually we should do this for many commands.
return 0
}