mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
549 B
Plaintext
14 lines
549 B
Plaintext
$NetBSD: patch-aq,v 1.2 2015/02/03 13:55:12 adam Exp $
|
|
|
|
--- src/extension/implementation/script.cpp.orig 2010-07-13 03:48:40.000000000 +0000
|
|
+++ src/extension/implementation/script.cpp
|
|
@@ -83,7 +83,7 @@ Script::interpreter_t const Script::inte
|
|
#ifdef WIN32
|
|
{"python", "python-interpreter", "pythonw" },
|
|
#else
|
|
- {"python", "python-interpreter", "python" },
|
|
+ {"python", "python-interpreter", "@PYTHONBIN@" },
|
|
#endif
|
|
{"ruby", "ruby-interpreter", "ruby" },
|
|
{"shell", "shell-interpreter", "sh" },
|