2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

nodejs: fix linter

This commit is contained in:
Dylan Araps 2021-07-20 18:53:01 +03:00
parent da4758140f
commit 5fe125ac6a
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -10,6 +10,9 @@
# Attempt to increase file descriptor limit
# as build may exhaust default (1024).
#
# -n is non-POSIX hence we "attempt".
# shellcheck disable=2039
ulimit -n 4096 2>/dev/null || :
./configure \