local is only for functions.
This commit is contained in:
parent
5181eb35df
commit
7fa1d2088c
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue