From 6146e5fc3773b01e3696aa7e879ac39de8fa5fbc Mon Sep 17 00:00:00 2001
From: Cem Keylan <cem@ckyln.com>
Date: Sun, 8 Aug 2021 02:44:09 +0300
Subject: nodejs: fix build

---
 extra/nodejs/build | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'extra')

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 \
-- 
cgit v1.2.3