aboutsummaryrefslogtreecommitdiff
path: root/extra/nodejs
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-09 13:40:58 +0100
committerCem Keylan <cem@ckyln.com>2021-11-09 13:40:58 +0100
commit43519df751993453a75aeab62f0673062b3b6fd7 (patch)
tree1b29bf82c345c717b37445b930b5cd3990d0d115 /extra/nodejs
parentee3f2f34812c535bf5690fddb8693cca0f656381 (diff)
downloadrepository-43519df751993453a75aeab62f0673062b3b6fd7.tar.gz
nodejs: fix error on older shellcheck
Diffstat (limited to 'extra/nodejs')
-rwxr-xr-xextra/nodejs/build2
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 \