Changeset 8303 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
02/04/07 11:59:53 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8302 r8303  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     21 2007/02/04 Daniela Dorner
     22
     23   * datacenter/scripts/sourcefile:
     24     - added if-clause to avoid that a script is aborted in case a macro
     25       doesn't compile, return code is set to 1 in this case
     26
     27
     28
    2129 2007/02/04 Thomas Bretz
    2230
  • trunk/MagicSoft/Mars/datacenter/scripts/sourcefile

    r8193 r8303  
    224224                  *)  echo "setstatus stop - failed"
    225225                      starttime=noreset
    226                       returncode=$check
     226                      if [ "$check" == "" ]
     227                      then
     228                         returncode=1
     229                      else
     230                         returncode=$check
     231                      fi
    227232                      failedcode=$com
    228233                      if ! [ "$comadd" = "" ]
Note: See TracChangeset for help on using the changeset viewer.