Merge pull request #5 from NickStephens/fix-setup

Fix manage-tools so invoking setup no longer invokes usage and dies, …
This commit is contained in:
Yan 2015-05-11 22:59:36 -07:00
commit 9f5152f687

View file

@ -48,7 +48,7 @@ then
[ "$ALLOW_SUDO" -eq 0 ] && $0 $ACTION $t
done
exit
elif [ -z "$TOOL" -a "$ACTION" != "list" ]
elif [ -z "$TOOL" -a "$ACTION" != "list" -a "$ACTION" != "setup" ]
then
usage
exit