diff options
-rwxr-xr-x | extra/nodejs/build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/nodejs/build b/extra/nodejs/build index 9742aeca..0ef981e1 100755 --- a/extra/nodejs/build +++ b/extra/nodejs/build @@ -1,5 +1,8 @@ #!/bin/sh -e +# shellcheck disable=3045 +ulimit -n 4096 ||: + ./configure \ --prefix=/usr \ --with-intl=none \ |