Skip to content

Commit d0583a7

Browse files
committed
Merge branch 'master' into python-3.8-to-3.10
2 parents 3b20e78 + ffe4600 commit d0583a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin-tools/checkout_common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function setup_version {
88
local repo=$1
99
version=$2
1010
echo Running setup $version on $repo ...
11-
(cd ./$repo && . ./admin-tools/setup-${version}.sh)
11+
(cd ${python_control_flow_fulldir}/../../$repo && . ./admin-tools/setup-${version}.sh)
1212
return $?
1313
}
1414

0 commit comments

Comments
 (0)