Initialize four variables to prevent unwanted interaction with user's environment.
This commit is contained in:
parent
122982b0b9
commit
192b55b98d
1 changed files with 5 additions and 1 deletions
|
@ -149,8 +149,12 @@ i=1
|
||||||
no_sources=0
|
no_sources=0
|
||||||
|
|
||||||
#
|
#
|
||||||
# Create source "array"
|
# Capture options and create source "array"
|
||||||
#
|
#
|
||||||
|
WE=""
|
||||||
|
ALL=""
|
||||||
|
VERBOSE=""
|
||||||
|
NO_MORE_ARGS=""
|
||||||
while [ "$#" -ge 1 ]; do
|
while [ "$#" -ge 1 ]; do
|
||||||
eval arg=\"\$1\"; shift
|
eval arg=\"\$1\"; shift
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue