summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-software.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-07-21 22:08:56 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-07-21 22:08:56 +0200
commitd982d8e1f9e6b806d44340ca28858e388a1fded7 (patch)
treeaad87e78e3197ca932a1a277ef0961f1a2b85f39 /src/core/libs/lib-software.sh
parent12bd87f6fb576eead9534dff39415f0eedd7a304 (diff)
todo update
Diffstat (limited to 'src/core/libs/lib-software.sh')
-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 40dc4a8..6b0527f 100644
--- a/src/core/libs/lib-software.sh
+++ b/src/core/libs/lib-software.sh
@@ -14,6 +14,7 @@ run_mkinitcpio()
target_special_fs off
# alert the user to fatal errors
+ # TODO: on the next line, bash gives '[: -ne: unary operator expected'. seen on 2009-07-21
[ $mkinitcpio_exitcode -ne 0 ] && show_warning "MKINITCPIO FAILED - SYSTEM MAY NOT BOOT" "$TMP_MKINITCPIO_LOG" text
return $mkinitcpio_exitcode
}