Skip to content

Commit ea74589

Browse files
author
rocky
committed
Administriva - cd'd to wrong directory
1 parent d04e012 commit ea74589

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 ${xasm_fulldir}/../$repo && . ./admin-tools/setup-${version}.sh)
1212
return $?
1313
}
1414

0 commit comments

Comments
 (0)