fix: Make publish-all script compatible with Bourne Shell

This commit is contained in:
2025-11-04 22:30:20 +01:00
parent 0971889001
commit e7764585eb

View File

@@ -1,6 +1,8 @@
pushd tweed5 || exit #!/usr/bin/env sh
cd tweed5 || exit
../gradlew publish ../gradlew publish
popd || exit cd .. || exit
pushd tweed5-minecraft || exit cd tweed5-minecraft || exit
./helpers/run-each-mc.sh ../gradlew publish ./helpers/run-each-mc.sh ../gradlew publish
popd || exit cd .. || exit