From a9aad1ed8f374d544d78dc411d4d837524b78bd1 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 1 Jul 2009 17:08:59 +0200 Subject: [PATCH] correct indent Signed-off-by: Nico Schottelius --- ccollect.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ccollect.sh b/ccollect.sh index ddfd878..10c50f8 100755 --- a/ccollect.sh +++ b/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 #