diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-09 13:40:58 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-09 13:40:58 +0100 |
commit | 43519df751993453a75aeab62f0673062b3b6fd7 (patch) | |
tree | 1b29bf82c345c717b37445b930b5cd3990d0d115 /extra/nodejs | |
parent | ee3f2f34812c535bf5690fddb8693cca0f656381 (diff) | |
download | repository-43519df751993453a75aeab62f0673062b3b6fd7.tar.gz |
nodejs: fix error on older shellcheck
Diffstat (limited to 'extra/nodejs')
-rwxr-xr-x | extra/nodejs/build | 2 |
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 \ |