mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 04:35:11 +02:00
12 lines
466 B
Diff
12 lines
466 B
Diff
--- src/extension/implementation/script.cpp.orig
|
|
+++ src/extension/implementation/script.cpp
|
|
@@ -88,7 +88,7 @@
|
|
#ifdef WIN32
|
|
{"python", "python-interpreter", "pythonw" },
|
|
#else
|
|
{"perl", "perl-interpreter", "perl" },
|
|
- {"python", "python-interpreter", "python" },
|
|
+ {"python", "python-interpreter", "python2" },
|
|
#endif
|
|
{"ruby", "ruby-interpreter", "ruby" },
|
|
{"shell", "shell-interpreter", "sh" },
|