Changeset 594


Ignore:
Timestamp:
Sep 4, 2002, 2:44:47 PM (22 years ago)
Author:
pstorz
Message:

build.sh absoluten pfad entfernt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/technical/common/build/buildall.pl

    r593 r594  
    22# automatisches buildskript fuer smartclient
    33# liest die konfiguration aus der mit -b übergebenen Datei
    4 # $Id: buildall.pl,v 1.2 2002/09/04 11:36:19 pstorz Exp $
     4# $Id: buildall.pl,v 1.3 2002/09/04 12:44:47 pstorz Exp $
    55use Getopt::Std;
    66
     
    88
    99my $smartclient_root="../../";   # Pfad, zu dem die Pfade in buildlist stehen
    10 my $build = "/home/pstorz/bin/build.sh";
     10my $build = "build.sh";
    1111our ($opt_b);
    1212my @ArrayofBuilds;
Note: See TracChangeset for help on using the changeset viewer.