aboutsummaryrefslogtreecommitdiff
path: root/www/npm/files/patch-npm-run
blob: 58b5e25a9c7214c467dc8c879b0d13682fe869b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/node_modules/npm/node_modules/@npmcli/run-script/lib/make-spawn-args.js.orig	2022-08-27 11:30:45 UTC
+++ lib/node_modules/npm/node_modules/@npmcli/run-script/lib/make-spawn-args.js
@@ -67,7 +67,7 @@ const makeSpawnArgs = options => {
   }
   const spawnArgs = isCmd
     ? ['/d', '/s', '/c', script]
-    : ['-c', '--', script]
+    : ['-c', script]
 
   const spawnOpts = {
     env: spawnEnv,