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]'
|
[-l library] [-L library-paths] [-v] [-d]'
|
||||||
exit 2
|
exit 2
|
||||||
fi
|
fi
|
||||||
while [ $# > 0 ]
|
while [ $# -gt 0 ]
|
||||||
do
|
do
|
||||||
case "$1"
|
case "$1"
|
||||||
in
|
in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user