diff --git a/Ports/.port_include.sh b/Ports/.port_include.sh index bf9e58a009..0e14c0b8a7 100755 --- a/Ports/.port_include.sh +++ b/Ports/.port_include.sh @@ -13,7 +13,7 @@ export MAKEJOBS="${MAKEJOBS:-$(nproc)}" buildstep() { local buildstep_name=$1 shift - if [ -z "$@" ]; then + if [ "$#" -eq '0' ]; then "${buildstep_name}" else "$@"