Subversion Repositories camp_sysinfo_client_3

Rev

Rev 223 | Rev 229 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 223 Rev 225
Line 94... Line 94...
94
            . ( $dryRun ? ' -n' : '' );
94
            . ( $dryRun ? ' -n' : '' );
95
&logIt( "Running command $command" );
95
&logIt( "Running command $command" );
96
system $command;
96
system $command;
97
&logIt( "\tReturn value is $returnValue" );
97
&logIt( "\tReturn value is $returnValue" );
98
 
98
 
-
 
99
$command = $scriptDir . '/checkFiles'
-
 
100
            . " -o $os" 
-
 
101
            . ( $quiet ? ' -q' : '' ) 
-
 
102
            . ( $DEBUG ? ' --debug' : '')
-
 
103
            . ( $dryRun ? ' -n' : '')
-
 
104
            . ( $seedFileName ? " -s $seedFileName " : '' );
-
 
105
&logIt( "Running command $command" );
-
 
106
system $command;
-
 
107
&logIt( "\tReturn value is $returnValue" );
-
 
108
 
-
 
109
die "Stopping\n";
-
 
110
 
99
$command = $scriptDir . "/../configure"
111
$command = $scriptDir . "/../configure"
100
            . " -o $os" 
112
            . " -o $os" 
101
            . ( $quiet ? ' -q' : '' ) 
113
            . ( $quiet ? ' -q' : '' ) 
102
            . ( $DEBUG ? ' --debug' : '')
114
            . ( $DEBUG ? ' --debug' : '')
103
            . ( $dryRun ? ' -n' : '' )
115
            . ( $dryRun ? ' -n' : '' )