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 03a97c9 commit a4398b8Copy full SHA for a4398b8
scripts/update-revs.sh
@@ -34,7 +34,7 @@ for rev in `releases` stable beta nightly; do
34
git commit --quiet --message "toolchain: $rev"
35
git checkout --quiet -b $rev
36
push+=("$rev:refs/heads/$rev")
37
- if [ ${minor[${rev%.*}]} == $rev ]; then
+ if [ "${minor[${rev%.*}]}" == $rev ]; then
38
push+=("$rev:refs/heads/${rev%.*}")
39
fi
40
done
0 commit comments