forked from kiss-community/repo
nodejs: fix linter
This commit is contained in:
parent
da4758140f
commit
5fe125ac6a
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user