sb/rtems-build-dep: Fix arg check loop, removes stray 0 in build.

This commit is contained in:
Chris Johns 2019-02-10 05:12:04 +11:00
parent 7223befc74
commit 98588a5596

View File

@ -48,7 +48,7 @@ if [ $# -eq 0 ]; then
[-l library] [-L library-paths] [-v] [-d]'
exit 2
fi
while [ $# > 0 ]
while [ $# -gt 0 ]
do
case "$1"
in