Skip to content

Commit 6729ed3

Browse files
authored
Merge pull request #137 from t-8ch/buildtool
Fix devtools location on archive server
2 parents abea12a + 1cf87eb commit 6729ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repro.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ function cmd_check(){
370370
DEVTOOLS_PKG="$ARCHIVEURL/d/devtools/${DEVTOOLS}.pkg.tar.zst"
371371
elif [[ "${BUILDTOOL}" = devtools ]] ; then
372372
DEVTOOLS="${BUILDTOOL}-${BUILDTOOLVER}"
373-
DEVTOOLS_PKG="$ARCHIVEURL/${BUILDTOOL:0:1}/${DEVTOOLS}.pkg.tar${pkg##*tar}"
373+
DEVTOOLS_PKG="$ARCHIVEURL/${BUILDTOOL:0:1}/${BUILDTOOL}/${DEVTOOLS}.pkg.tar${pkg##*tar}"
374374
fi
375375
msg2 "Using devtools version: %s" "${DEVTOOLS}"
376376

0 commit comments

Comments
 (0)