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