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
|
if [ -z "$INTERVAL" ]; then
|
||||||
INTERVAL="$arg"
|
INTERVAL="$arg"
|
||||||
else
|
else
|
||||||
eval source_${no_sources}=\"${arg}\"
|
eval source_${no_sources}=\"${arg}\"
|
||||||
no_sources="$((${no_sources}+1))"
|
no_sources="$((${no_sources}+1))"
|
||||||
|
|
||||||
# make variable available for subscripts
|
# make variable available for subscripts
|
||||||
eval export source_${no_sources}
|
eval export source_${no_sources}
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue