Changeset 8028 for trunk/MagicSoft/Mars/scripts
- Timestamp:
- 10/09/06 10:16:12 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/scripts/processsequence
r8006 r8028 62 62 echo -n " -b " 63 63 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"66 64 echo -n " -star " 67 65 echo " running only star" … … 93 91 -cal) cal='yes' 94 92 ;; 95 # -merppu) merppu='yes'96 # ;;97 93 -star) star='yes' 98 94 ;; … … 110 106 done 111 107 112 ##getting settings for root113 #if [ "$mars" = "" ]114 #then115 # echo "WARNING Mars-Version has not been set"116 # echo ""117 # usage118 #fi119 #source $mars/datacenter/scripts/setup120 121 108 if [ "$outpath" = "" ] 122 109 then … … 135 122 echo "" 136 123 echo "You have set the variables to: " 137 #echo "mars: "$mars138 124 echo " outpath: "$outpath 139 125 … … 183 169 184 170 answer=`head -n 1` 185 # echo "answer: "$answer186 171 case $answer in 187 172 y) echo "continue processing sequence" … … 195 180 fi 196 181 197 exit198 199 200 #cd $mars201 182 202 183 if ! [ "$star" = "yes" ] || [ "$cal" = "yes" ] … … 318 299 fi 319 300 320
Note:
See TracChangeset
for help on using the changeset viewer.