fix: Make publish-all script compatible with Bourne Shell
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user