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:
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Reference in a new issue