Changeset 8303 for trunk/MagicSoft/Mars
- Timestamp:
- 02/04/07 11:59:53 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8302 r8303 19 19 -*-*- END OF LINE -*-*- 20 20 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 21 29 2007/02/04 Thomas Bretz 22 30 -
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r8193 r8303 224 224 *) echo "setstatus stop - failed" 225 225 starttime=noreset 226 returncode=$check 226 if [ "$check" == "" ] 227 then 228 returncode=1 229 else 230 returncode=$check 231 fi 227 232 failedcode=$com 228 233 if ! [ "$comadd" = "" ]
Note:
See TracChangeset
for help on using the changeset viewer.