diff --git a/tests/toranj/build.sh b/tests/toranj/build.sh index d2fc77026..3dd4dde5d 100755 --- a/tests/toranj/build.sh +++ b/tests/toranj/build.sh @@ -74,6 +74,9 @@ while [ $# -ge 2 ]; do tests=yes shift ;; + "") + shift + ;; *) echo "Error: Unknown option \"$1\"" display_usage