Ignore:
Timestamp:
Oct 13, 2011, 12:09:25 PM (13 years ago)
Author:
campagne
Message:

introduce SCRIPTPATH environment variable (jec)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BAORadio/AmasNancay/trunk/proc_specmfib.sh

    r570 r575  
    6464        -h)
    6565            echo >&2 \
    66             "usage: $0 -src souce -date YYYYMMDD -type type [-fcycle firstCycle] [-lcycle lastCycle] [-sim to trig simulation mode]"
     66            "usage: $0 [-act <action> ] -src souce -date YYYYMMDD -type type [-fcycle firstCycle] [-lcycle lastCycle] [-sim to trig simulation mode]"
    6767            exit 1;;
    6868        *)  break;;     # terminate while loop
     
    133133
    134134#Path of the utility scripts
    135 scriptpath="/afs/in2p3.fr/home/c/campagne/private/work/AmasNancay"
     135scriptpath=${SCRIPTPATH}
    136136
    137137
Note: See TracChangeset for help on using the changeset viewer.