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
|
||||
popd || exit
|
||||
pushd tweed5-minecraft || exit
|
||||
cd .. || exit
|
||||
cd tweed5-minecraft || exit
|
||||
./helpers/run-each-mc.sh ../gradlew publish
|
||||
popd || exit
|
||||
cd .. || exit
|
||||
|
||||
Reference in New Issue
Block a user