diff options
Diffstat (limited to 'extra/nodejs')
-rwxr-xr-x | extra/nodejs/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/nodejs/build b/extra/nodejs/build index 888bcac4..089684a9 100755 --- a/extra/nodejs/build +++ b/extra/nodejs/build @@ -1,6 +1,6 @@ #!/bin/sh -e -# shellcheck disable=3045 +# shellcheck disable=3045,2039 ulimit -n 4096 ||: ./configure \ |