diff options
Diffstat (limited to 'meta-oe/recipes-devtools/nodejs/nodejs-24/0007-positional-args.patch')
| -rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs-24/0007-positional-args.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs-24/0007-positional-args.patch b/meta-oe/recipes-devtools/nodejs/nodejs-24/0007-positional-args.patch new file mode 100644 index 0000000000..5fd6aee351 --- /dev/null +++ b/meta-oe/recipes-devtools/nodejs/nodejs-24/0007-positional-args.patch | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | From 07ee84863fa4a9e4d5f155632478587b0acbf71a Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Jason Schonberg <schonm@gmail.com> | ||
| 3 | Date: Tue, 30 Apr 2024 21:48:33 -0400 | ||
| 4 | Subject: [PATCH] Update to nodejs 22.0.0 | ||
| 5 | |||
| 6 | Upstream-Status: Inappropriate [embedded specific] | ||
| 7 | --- | ||
| 8 | test/fixtures/run-script/node_modules/.bin/positional-args | 2 +- | ||
| 9 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 10 | |||
| 11 | diff --git a/test/fixtures/run-script/node_modules/.bin/positional-args b/test/fixtures/run-script/node_modules/.bin/positional-args | ||
| 12 | index 2d809237..3dc5314f 100755 | ||
| 13 | --- a/test/fixtures/run-script/node_modules/.bin/positional-args | ||
| 14 | +++ b/test/fixtures/run-script/node_modules/.bin/positional-args | ||
| 15 | @@ -1,3 +1,3 @@ | ||
| 16 | -#!/bin/bash | ||
| 17 | +#!/bin/sh | ||
| 18 | echo "Arguments: '$@'" | ||
| 19 | echo "The total number of arguments are: $#" | ||
