diff --git a/script/seccomp.sh b/script/seccomp.sh index 488ef5b99..2c2ea84e0 100755 --- a/script/seccomp.sh +++ b/script/seccomp.sh @@ -50,7 +50,7 @@ function build_libseccomp() { mv "$tar"{,.asc} "$dest"/src } -if [ $# -lt 4 ]; then +if [ $# -lt 2 ]; then echo "Usage: seccomp.sh [ ...]" >&2 exit 1 fi