remove local keywords in non-functions
svn path=/trunk/; revision=665
This commit is contained in:
parent
83cca7e8e7
commit
e0a64a134f
1 changed files with 0 additions and 5 deletions
|
@ -139,8 +139,6 @@ fi
|
||||||
cd ${SPECS_DIR}
|
cd ${SPECS_DIR}
|
||||||
|
|
||||||
for a in "" ${SETS}; do
|
for a in "" ${SETS}; do
|
||||||
local specs_var, optional_specs_var;
|
|
||||||
|
|
||||||
if [ -z "${a}" ]; then
|
if [ -z "${a}" ]; then
|
||||||
specs_var="SPECS"
|
specs_var="SPECS"
|
||||||
optional_specs_var="OPTIONAL_SPECS"
|
optional_specs_var="OPTIONAL_SPECS"
|
||||||
|
@ -200,9 +198,6 @@ if ! run_cmd "catalyst -c ${CATALYST_CONFIG} -s ${DATESTAMP}" "${TMPDIR}/log/sna
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for a in "" ${SETS}; do
|
for a in "" ${SETS}; do
|
||||||
local specs_var
|
|
||||||
local optional_specs_var
|
|
||||||
|
|
||||||
if [ -z "${a}" ]; then
|
if [ -z "${a}" ]; then
|
||||||
specs_var="SPECS"
|
specs_var="SPECS"
|
||||||
optional_specs_var="OPTIONAL_SPECS"
|
optional_specs_var="OPTIONAL_SPECS"
|
||||||
|
|
Loading…
Add table
Reference in a new issue