Fix bogus path expansion

This commit is contained in:
Michael Wolf
2026-01-01 14:10:57 -06:00
parent 51d24209b0
commit ad95f652b8

View File

@@ -11,6 +11,4 @@ source "$node_shim_DIR"/../versions
source "$node_shim_DIR"/node.common source "$node_shim_DIR"/node.common
node_bin="$node_shim_DIR/../../$nodejs_binary_dir/node" exec "$nodejs_binary_dir/node" "$@"
exec "$node_bin" "$@"