correct indent
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
65a7badd4d
commit
a9aad1ed8f
1 changed files with 6 additions and 6 deletions
12
ccollect.sh
12
ccollect.sh
|
@ -179,12 +179,12 @@ while [ "$#" -ge 1 ]; do
|
|||
if [ -z "$INTERVAL" ]; then
|
||||
INTERVAL="$arg"
|
||||
else
|
||||
eval source_${no_sources}=\"${arg}\"
|
||||
no_sources="$((${no_sources}+1))"
|
||||
|
||||
# make variable available for subscripts
|
||||
eval export source_${no_sources}
|
||||
fi
|
||||
eval source_${no_sources}=\"${arg}\"
|
||||
no_sources="$((${no_sources}+1))"
|
||||
|
||||
# make variable available for subscripts
|
||||
eval export source_${no_sources}
|
||||
fi
|
||||
done
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue