Ignore:
Timestamp:
10/09/06 10:16:12 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/scripts/processsequence

    r8006 r8028  
    6262   echo -n "  -b                     "
    6363   echo " running in non-interactive mode (i.e. you are not asked if the paths are ok)"
    64 #   echo -n "  -merppu                "
    65 #   echo " running only merppupdate"
    6664   echo -n "  -star                  "
    6765   echo " running only star"
     
    9391             -cal)  cal='yes'
    9492                    ;;
    95 #          -merppu)  merppu='yes'
    96 #                    ;;
    9793            -star)  star='yes'
    9894                    ;;
     
    110106done
    111107
    112 ##getting settings for root
    113 #if [ "$mars" = "" ]
    114 #then
    115 #   echo "WARNING Mars-Version has not been set"
    116 #   echo ""
    117 #   usage
    118 #fi
    119 #source $mars/datacenter/scripts/setup
    120 
    121108if [ "$outpath" = "" ]
    122109then
     
    135122echo ""
    136123echo "You have set the variables to: "
    137 #echo "mars:     "$mars
    138124echo " outpath:  "$outpath
    139125
     
    183169
    184170   answer=`head -n 1`
    185 #   echo "answer: "$answer
    186171   case $answer in
    187172      y) echo "continue processing sequence"
     
    195180fi
    196181
    197 exit
    198 
    199 
    200 #cd $mars
    201182
    202183if ! [ "$star" = "yes" ] || [ "$cal" = "yes" ]
     
    318299fi
    319300
    320 
Note: See TracChangeset for help on using the changeset viewer.