ci-build.sh: Fix checking for function arguments (#909)
authorBernd Schubert <bernd.schubert@fastmail.fm>
Wed, 20 Mar 2024 15:43:54 +0000 (16:43 +0100)
committerGitHub <noreply@github.com>
Wed, 20 Mar 2024 15:43:54 +0000 (16:43 +0100)
commite547a66566900f6b17bc9515beb60a304aef6466
treef16a557db6ad00f94add7d1e0fd4ad01a43e8fcc
parentc021e910a5592756f7c3fa47f89d83e41c8a3505
ci-build.sh: Fix checking for function arguments (#909)

Checking for an emtpy string actually doesn't work for $@,
so just check for number of arguments.

Co-authored-by: Bernd Schubert <bschubert@ddn.com>
test/ci-build.sh