Vendor Gradle wrappers for new projects

This commit is contained in:
Dark98
2026-07-02 05:33:07 +01:00
parent 4b62fa108a
commit 6df469c073
9 changed files with 28 additions and 18 deletions
+1 -1
View File
@@ -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"