Skip to content

Commit 6bceea0

Browse files
committed
Use env instead of /usr/bin/env, since we check only for 'env' with required_command
1 parent db17b29 commit 6bceea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/install/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ clear_uv_cache_lock() {
279279
install_uv() {
280280
info "Installing uv..."
281281
clear_uv_cache_lock
282-
run_cmd /usr/bin/env bash "${INSTALL_DIR}"/uv-installer.sh
282+
run_cmd env bash "${INSTALL_DIR}"/uv-installer.sh
283283
}
284284

285285
download_python() {

0 commit comments

Comments
 (0)