UPDATE: lang/node 20.13.1 > 20.17.0
This commit is contained in:
parent
84dc6ae727
commit
79a82efd93
15 changed files with 191 additions and 274 deletions
|
@ -1,10 +1,11 @@
|
|||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -4,13 +4,6 @@
|
||||
@@ -4,14 +4,6 @@
|
||||
# Note that the mix of single and double quotes is intentional,
|
||||
# as is the fact that the ] goes on a new line.
|
||||
_=[ 'exec' '/bin/sh' '-c' '''
|
||||
-command -v python3.13 >/dev/null && exec python3.13 "$0" "$@"
|
||||
-command -v python3.12 >/dev/null && exec python3.12 "$0" "$@"
|
||||
-command -v python3.11 >/dev/null && exec python3.11 "$0" "$@"
|
||||
-command -v python3.10 >/dev/null && exec python3.10 "$0" "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue