From 192b55b98d0df8ec3b235b7d61bb919a2e19c190 Mon Sep 17 00:00:00 2001 From: jll2 Date: Sun, 14 Jun 2009 19:15:12 -0700 Subject: [PATCH] Initialize four variables to prevent unwanted interaction with user's environment. --- ccollect.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ccollect.sh b/ccollect.sh index f1bd00c..f158a19 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -149,8 +149,12 @@ i=1 no_sources=0 # -# Create source "array" +# Capture options and create source "array" # +WE="" +ALL="" +VERBOSE="" +NO_MORE_ARGS="" while [ "$#" -ge 1 ]; do eval arg=\"\$1\"; shift