Initialize four variables to prevent unwanted interaction with user's environment.

This commit is contained in:
jll2 2009-06-14 19:15:12 -07:00 committed by Nico Schottelius
parent 122982b0b9
commit 192b55b98d
1 changed files with 5 additions and 1 deletions

View File

@ -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