Skip to content

Commit

Permalink
Merge pull request #137 from t-8ch/buildtool
Browse files Browse the repository at this point in the history
Fix devtools location on archive server
  • Loading branch information
kpcyrd authored Jan 27, 2025
2 parents abea12a + 1cf87eb commit 6729ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repro.in
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ function cmd_check(){
DEVTOOLS_PKG="$ARCHIVEURL/d/devtools/${DEVTOOLS}.pkg.tar.zst"
elif [[ "${BUILDTOOL}" = devtools ]] ; then
DEVTOOLS="${BUILDTOOL}-${BUILDTOOLVER}"
DEVTOOLS_PKG="$ARCHIVEURL/${BUILDTOOL:0:1}/${DEVTOOLS}.pkg.tar${pkg##*tar}"
DEVTOOLS_PKG="$ARCHIVEURL/${BUILDTOOL:0:1}/${BUILDTOOL}/${DEVTOOLS}.pkg.tar${pkg##*tar}"
fi
msg2 "Using devtools version: %s" "${DEVTOOLS}"

Expand Down

0 comments on commit 6729ed3

Please sign in to comment.