diff --git a/bin/manage-tools b/bin/manage-tools index 6d44fd7..86fbf5c 100755 --- a/bin/manage-tools +++ b/bin/manage-tools @@ -257,7 +257,7 @@ case $ACTION in do [ ! -e "$t/install" ] && continue - if [[ "$2" == "" ]]; then + if [[ "${2:-}" == "" ]]; then echo "$t" else if is_tool_installed "$t"; then