Changeset 7fa1d20


Ignore:
Timestamp:
04/10/2006 07:12:24 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
5112239
Parents:
5181eb3
Message:

local is only for functions.

Location:
extras
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extras/do_ica_prep

    r5181eb3 r7fa1d20  
    2222inline_doc
    2323
    24 local CMP_DIR=$1
    25 local F L BN
     24CMP_DIR=$1
    2625
    2726# Run ica_prep if it hasn't been done already
  • extras/do_ica_work

    r5181eb3 r7fa1d20  
    2525inline_doc
    2626
    27 local RAWDIFF=/tmp/rawdiff.$$
    28 local REPORT="${3}/REPORT.${1}V${2}"
     27RAWDIFF=/tmp/rawdiff.$$
     28REPORT="${3}/REPORT.${1}V${2}"
    2929
    3030cd $4
Note: See TracChangeset for help on using the changeset viewer.