summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-07-21 21:02:12 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-07-21 21:02:12 +0200
commit12bd87f6fb576eead9534dff39415f0eedd7a304 (patch)
tree9e6dc7c6657027e1b97986fa423f478ce4deefef /src
parent25c4711628ba71a56caec7f3474b30ee99422589 (diff)
todo update
Diffstat (limited to 'src')
-rw-r--r--src/core/libs/lib-software.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/libs/lib-software.sh b/src/core/libs/lib-software.sh
index c378577..40dc4a8 100644
--- a/src/core/libs/lib-software.sh
+++ b/src/core/libs/lib-software.sh
@@ -48,6 +48,7 @@ installpkg() {
run_controlled pacman_installpkg "$PACMAN_TARGET --noconfirm -S $ALL_PACKAGES" $TMP_PACMAN_LOG "Installing... Please Wait"
local _result=''
+ # TODO: on the next line, bash gives '[: -ne: unary operator expected'. seen on 2009-07-21
if [ ${pacman_installpkg_exitcode} -ne 0 ]; then
_result="Installation Failed (see errors below)"
echo -e "\nPackage Installation FAILED." >>$TMP_PACMAN_LOG