diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2009-07-21 22:08:56 +0200 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2009-07-21 22:08:56 +0200 |
commit | d982d8e1f9e6b806d44340ca28858e388a1fded7 (patch) | |
tree | aad87e78e3197ca932a1a277ef0961f1a2b85f39 | |
parent | 12bd87f6fb576eead9534dff39415f0eedd7a304 (diff) |
todo update
-rw-r--r-- | src/core/libs/lib-software.sh | 1 |
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 } |