Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8027)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8028)
@@ -18,4 +18,12 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2006/10/09 Daniela Dorner
+
+   * scripts/processsequence:
+     - removed exit
+     - removed unneccessary lines
+
+
 
  2006/10/09 Thomas Bretz
Index: trunk/MagicSoft/Mars/scripts/processsequence
===================================================================
--- trunk/MagicSoft/Mars/scripts/processsequence	(revision 8027)
+++ trunk/MagicSoft/Mars/scripts/processsequence	(revision 8028)
@@ -62,6 +62,4 @@
    echo -n "  -b                     "
    echo " running in non-interactive mode (i.e. you are not asked if the paths are ok)"
-#   echo -n "  -merppu                "
-#   echo " running only merppupdate"
    echo -n "  -star                  "
    echo " running only star"
@@ -93,6 +91,4 @@
              -cal)  cal='yes'
                     ;;
-#          -merppu)  merppu='yes'
-#                    ;;
             -star)  star='yes'
                     ;;
@@ -110,13 +106,4 @@
 done
 
-##getting settings for root
-#if [ "$mars" = "" ]
-#then
-#   echo "WARNING Mars-Version has not been set"
-#   echo ""
-#   usage
-#fi
-#source $mars/datacenter/scripts/setup
-
 if [ "$outpath" = "" ]
 then
@@ -135,5 +122,4 @@
 echo ""
 echo "You have set the variables to: "
-#echo "mars:     "$mars
 echo " outpath:  "$outpath
 
@@ -183,5 +169,4 @@
 
    answer=`head -n 1`
-#   echo "answer: "$answer
    case $answer in
       y) echo "continue processing sequence"
@@ -195,8 +180,4 @@
 fi
 
-exit
-
-
-#cd $mars
 
 if ! [ "$star" = "yes" ] || [ "$cal" = "yes" ]
@@ -318,3 +299,2 @@
 fi
 
-
