From 43519df751993453a75aeab62f0673062b3b6fd7 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 9 Nov 2021 13:40:58 +0100 Subject: nodejs: fix error on older shellcheck --- extra/nodejs/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/nodejs') 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 \ -- cgit v1.2.3