mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
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")"/..
|
cd "$(dirname "$0")"/..
|
||||||
|
|
||||||
ignoreRoot=0
|
ignoreRoot=0
|
||||||
for ARG in "$@"
|
for ARG in "$@"; do
|
||||||
do
|
|
||||||
if [ "$ARG" = "--root" ]; then
|
if [ "$ARG" = "--root" ]; then
|
||||||
ignoreRoot=1
|
ignoreRoot=1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue