Fix bogus path expansion
This commit is contained in:
@@ -11,6 +11,4 @@ source "$node_shim_DIR"/../versions
|
||||
|
||||
source "$node_shim_DIR"/node.common
|
||||
|
||||
node_bin="$node_shim_DIR/../../$nodejs_binary_dir/node"
|
||||
|
||||
exec "$node_bin" "$@"
|
||||
exec "$nodejs_binary_dir/node" "$@"
|
||||
|
||||
Reference in New Issue
Block a user