Changeset 34cabf6 for extras/do_ica_prep


Ignore:
Timestamp:
04/14/2006 04:46:50 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
9b5d069
Parents:
9619fd6
Message:

Creating iteration-N.log files to keep clean Makefile output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extras/do_ica_prep

    r9619fd6 r34cabf6  
    2727if [ ! -f "$CMP_DIR/icaprep" ]; then
    2828
    29   echo -n "Removing symbolic links in ${CMP_DIR}... "
     29  echo -en "\nRemoving symbolic links in ${CMP_DIR}... "
    3030  find $CMP_DIR -type l | xargs rm -f
    3131  echo "done."
     
    7070  # We're all done
    7171  echo -en "\nSuccess: ICA preparation for "
    72   echo -e "${CMP_DIR} complete.\n"
     72  echo -e "${CMP_DIR} complete."
    7373  touch $CMP_DIR/icaprep
    7474else
Note: See TracChangeset for help on using the changeset viewer.