Changeset ed0a142 for master.sh


Ignore:
Timestamp:
04/08/2006 05:01:40 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
106fab9
Parents:
bfbd927
Message:

Added dummy ICA scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • master.sh

    rbfbd927 red0a142  
    462462if [[ "$PWD" != "$JHALFSDIR" ]]; then
    463463  cp $COMMON_DIR/makefile-functions $JHALFSDIR/
     464  if [[ "$RUN_ICA" != "0" ]]; then
     465    cp $COMMON_DIR/do_ica_{prep,work} $JHALFSDIR/
     466  fi
    464467  if [[ -n "$FILES" ]]; then
    465468    # pushd/popd necessary to deal with mulitiple files
Note: See TracChangeset for help on using the changeset viewer.