aboutsummaryrefslogtreecommitdiff
path: root/extra/nodejs
diff options
context:
space:
mode:
Diffstat (limited to 'extra/nodejs')
-rwxr-xr-xextra/nodejs/build3
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 \