Vendor Gradle wrappers for new projects
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ case "$COMMAND" in
|
||||
-h|--help) TARGET="help" ;;
|
||||
esac
|
||||
shift || true
|
||||
exec "$ROOT_DIR/lib/commands/$TARGET.sh" "$@"
|
||||
exec bash "$ROOT_DIR/lib/commands/$TARGET.sh" "$@"
|
||||
;;
|
||||
*)
|
||||
echo "Unknown command: $COMMAND"
|
||||
|
||||
Reference in New Issue
Block a user