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 4ac5564 commit 74b39e2Copy full SHA for 74b39e2
admin-tools/merge-for-3.6.sh
@@ -1,7 +1,7 @@
1
#/bin/bash
2
-uncompyle6_merge_33_owd=$(pwd)
+uncompyle6_merge_36_owd=$(pwd)
3
cd $(dirname ${BASH_SOURCE[0]})
4
-if . ./setup-python-3.3.sh; then
+if . ./setup-python-3.6.sh; then
5
git merge master
6
fi
7
-cd $uncompyle6_merge_33_owd
+cd $uncompyle6_merge_36_owd
0 commit comments