Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Oct 5, 2023
1 parent e52f320 commit 93bdfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/toolchain/shim
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ $(uname) != Darwin ]; then
# if not the above probs this is running in pkgx CI/CD
pkgx="${PKGX_DIR:-$HOME/.pkgx}/pkgx.sh/v*/bin/pkgx"
fi
"$pkgx" --silent +llvm.org "$@"
"$pkgx" --silent +llvm.org $tool "$@"
fi

case $tool in
Expand Down

0 comments on commit 93bdfcd

Please sign in to comment.