diff --git a/ccollect.sh b/ccollect.sh index 3f2eda2..e93956d 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -153,7 +153,6 @@ no_sources=0 # WE="" ALL="" -VERBOSE="" NO_MORE_ARGS="" while [ "$#" -ge 1 ]; do eval arg=\"\$1\"; shift @@ -170,7 +169,7 @@ while [ "$#" -ge 1 ]; do ALL=1 ;; -v|--verbose) - VERBOSE=1 + set -x ;; -p|--parallel) PARALLEL=1 @@ -194,13 +193,6 @@ done # also export number of sources export no_sources -# -# be really, really, really verbose -# -if [ "${VERBOSE}" = 1 ]; then - set -x -fi - # # Look, if we should take ALL sources # @@ -307,11 +299,6 @@ while [ "${i}" -lt "${no_sources}" ]; do # begin_s=$(date +%s) - # - # unset possible options - # - VERBOSE="" - _techo "Beginning to backup" #