Changeset 598 for trunk/technical/common/build/buildall.pl
- Timestamp:
- Sep 4, 2002, 4:49:42 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/technical/common/build/buildall.pl
r596 r598 2 2 # automatisches buildskript fuer smartclient 3 3 # liest die konfiguration aus der mit -b übergebenen Datei 4 # $Id: buildall.pl,v 1. 4 2002/09/04 14:43:59pstorz Exp $4 # $Id: buildall.pl,v 1.5 2002/09/04 14:49:42 pstorz Exp $ 5 5 use Getopt::Std; 6 6 … … 95 95 else 96 96 { 97 $ArrayofBuilds[$i][3]="ERROR: building of $ArrayofBuilds[$i][0] UNSUCCESS DULL:\n";97 $ArrayofBuilds[$i][3]="ERROR: building of $ArrayofBuilds[$i][0] UNSUCCESSFULL:\n"; 98 98 print"****** ******\n"; 99 99 print"\n\n\nERROR: building of $ArrayofBuilds[$i][0] UNSUCCESSFULL \n";
Note:
See TracChangeset
for help on using the changeset viewer.