From 12bd87f6fb576eead9534dff39415f0eedd7a304 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Tue, 21 Jul 2009 21:02:12 +0200 Subject: todo update --- src/core/libs/lib-software.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-54-g00ecf