Refactor unify-twilight-and-stable.sh script to use 'sh' command to execute merge-to-branch.sh

This commit is contained in:
mr. M
2024-10-11 19:28:34 +02:00
parent 8bcffb59e6
commit 4cd304b4c6

View File

@@ -10,5 +10,5 @@ fi
set -ex
$(dirname $0)/merge-to-branch.sh twilight
$(dirname $0)/merge-to-branch.sh stable
sh $(dirname $0)/merge-to-branch.sh twilight
sh $(dirname $0)/merge-to-branch.sh stable