Skip to content

Commit 74b39e2

Browse files
committed
Administriva
1 parent 4ac5564 commit 74b39e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

admin-tools/merge-for-3.6.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#/bin/bash
2-
uncompyle6_merge_33_owd=$(pwd)
2+
uncompyle6_merge_36_owd=$(pwd)
33
cd $(dirname ${BASH_SOURCE[0]})
4-
if . ./setup-python-3.3.sh; then
4+
if . ./setup-python-3.6.sh; then
55
git merge master
66
fi
7-
cd $uncompyle6_merge_33_owd
7+
cd $uncompyle6_merge_36_owd

0 commit comments

Comments
 (0)