> #New code
> system("$TOOL/pgm/mfconcom", @CONCOMOPTS, $DEF, $TMPFILE, 
> $MACH, $VMAKE_VERSION, "n", $LD, $OS,$OSSPEC) == 0
> or die "Error while executing \"mfconcom \@CONCOMOPTS $DEF 
> $TMPFILE $MACH $VMAKE_VERSION n $LD $OS $OSSPEC\"\n".
> "message: $!\n";
> 
> Is that a fix or did I just break something? And why is the 
> .pl the way it is? Is that the latest version of devtools 

Your change is correct. There has been a change in the 
behaviour of the Perl system function between Perl 5.0 and Perl 5.6.
As we're still using the old version, this hasn't been a problem on 
our machines so far. Your version will work on both Perls, so I'll
apply the patch to our build tools.

Daniel Dittmar

-- 
Daniel Dittmar
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org/
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to