summaryrefslogtreecommitdiff
path: root/lbmk
diff options
context:
space:
mode:
Diffstat (limited to 'lbmk')
-rwxr-xr-xlbmk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lbmk b/lbmk
index 83ed993c..10bef6aa 100755
--- a/lbmk
+++ b/lbmk
@@ -94,7 +94,8 @@ install_packages()
execute_command()
{
if [ "${option}" = "list" ]; then
- ./build command options "${buildpath}/${mode}"
+ ./build command options "${buildpath}/${mode}" || \
+ fail "execute_command: cannot list command options"
lbmk_exit 0
elif [ ! -f "${buildpath}/${mode}/${option}" ]; then
fail "Invalid command. Run: ${linkpath} help"