View | Details | Raw Unified | Return to issue 8762
Collapse All | Expand All

(-)solenv/bin/guw.pl (-1 / +1 lines)
Lines 260-263 Link Here
260
260
261
replace_cyg(\@params);
261
replace_cyg(\@params);
262
if ( (defined $debug_light) or (defined $debug) ) { print(STDERR "\n---------------------\nExecute: $command @params\n----------------\n");};
262
if ( (defined $debug_light) or (defined $debug) ) { print(STDERR "\n---------------------\nExecute: $command @params\n----------------\n");};
263
exec( "$command", @params);
263
exec( "$command", @params) or die( "\nError: guw.pl: executing $command failed!\n" );

Return to issue 8762