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.
2 parents 3b20e78 + ffe4600 commit d0583a7Copy full SHA for d0583a7
admin-tools/checkout_common.sh
@@ -8,7 +8,7 @@ function setup_version {
8
local repo=$1
9
version=$2
10
echo Running setup $version on $repo ...
11
- (cd ./$repo && . ./admin-tools/setup-${version}.sh)
+ (cd ${python_control_flow_fulldir}/../../$repo && . ./admin-tools/setup-${version}.sh)
12
return $?
13
}
14
0 commit comments