local is only for functions.

This commit is contained in:
Manuel Canales Esparcia 2006-04-10 19:12:24 +00:00
parent 5181eb35df
commit 7fa1d2088c
2 changed files with 3 additions and 4 deletions

View file

@ -21,8 +21,7 @@ set -e
on success:
inline_doc
local CMP_DIR=$1
local F L BN
CMP_DIR=$1
# Run ica_prep if it hasn't been done already
if [ ! -f "$CMP_DIR/icaprep" ]; then

View file

@ -24,8 +24,8 @@ set -e
on success:
inline_doc
local RAWDIFF=/tmp/rawdiff.$$
local REPORT="${3}/REPORT.${1}V${2}"
RAWDIFF=/tmp/rawdiff.$$
REPORT="${3}/REPORT.${1}V${2}"
cd $4