We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44aa8cd commit 0e8a2c0Copy full SHA for 0e8a2c0
Scripts/run_prep.sh
@@ -43,7 +43,7 @@ function do_stuff {
43
trap "kill $!" EXIT
44
trap 'error_handler' ERR
45
46
- myscripts=( "build_all.sh" "unexported_symbols/unexported_symbols.sh" "test_all.sh" "update_version.sh ${VERSION}" )
+ myscripts=( "update_version.sh ${VERSION}" "build_all.sh" "unexported_symbols/unexported_symbols.sh" "test_all.sh" )
47
for i in "${myscripts[@]}"; do
48
echo -n "${i} "
49
Scripts/${i} >> $BUILD_OUTPUT 2>&1
0 commit comments