bin: Fix 'for' loop style
This commit is contained in:
parent
4f0b1fa7ec
commit
17a1b96736
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@ fatal() { error "$@"; exit 1; }
|
|||
cd "$(dirname "$0")"/..
|
||||
|
||||
ignoreRoot=0
|
||||
for ARG in "$@"
|
||||
do
|
||||
for ARG in "$@"; do
|
||||
if [ "$ARG" = "--root" ]; then
|
||||
ignoreRoot=1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue