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: on success:
inline_doc inline_doc
local CMP_DIR=$1 CMP_DIR=$1
local F L BN
# Run ica_prep if it hasn't been done already # Run ica_prep if it hasn't been done already
if [ ! -f "$CMP_DIR/icaprep" ]; then if [ ! -f "$CMP_DIR/icaprep" ]; then

View file

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