Clean-up.
This commit is contained in:
parent
d0570759f2
commit
5bcccc14b9
1 changed files with 46 additions and 48 deletions
|
@ -12,8 +12,6 @@ set -e
|
||||||
|
|
||||||
local CMP_DIR=$1
|
local CMP_DIR=$1
|
||||||
local F L BN
|
local F L BN
|
||||||
local ALL_FILES=/tmp/allfiles.$$
|
|
||||||
local UNIQUE_FILES=/tmp/uniquefiles.$$
|
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Reference in a new issue