mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb/rtems-build-dep: Fix arg check loop, removes stray 0 in build.
This commit is contained in:
parent
7223befc74
commit
98588a5596
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user