mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 07:54:00 +02:00
13 lines
280 B
Plaintext
13 lines
280 B
Plaintext
Index: src/env.cc
|
|
--- src/env.cc.orig
|
|
+++ src/env.cc
|
|
@@ -775,7 +775,7 @@ std::string Environment::GetExecPath(const std::vector
|
|
uv_fs_req_cleanup(&req);
|
|
#endif
|
|
|
|
- return exec_path;
|
|
+ return "${LOCALBASE}/bin/node";
|
|
}
|
|
|
|
Environment::Environment(IsolateData* isolate_data,
|