Changeset 988


Ignore:
Timestamp:
Aug 16, 2011, 2:35:47 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

OS/2: Unhide the exit code from Perl.

To let configure.cmd (or whatever) detect any failures of syncqt
invocation.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/syncqt.cmd

    r983 r988  
    1212'@set QTDIR='ScriptDir'\..'
    1313'@call perl -S syncqt' aArgs
     14
  • trunk/configure.cmd

    r984 r988  
    594594                "'@set QTDIR="G.RelPath"'"G.EOL||,
    595595                "'@call perl -S """G.RelPath"""\bin\syncqt",
    596                     "-outdir """G.OutPath"""' aArgs"G.EOL
     596                    "-outdir """G.OutPath"""' aArgs"G.EOL||,
     597                "exit rc"G.EOL
    597598            call charout G.OutPath"\bin\syncqt.cmd"
    598599
     
    610611                cmd
    611612                if (rc \= 0) then do
    612                     call SayErr cmd "failed with exit code "rc"."
     613                    call SayErr failed with exit code "rc"."
    613614                    call SayErr "Cannot proceed."
    614615                    call Done 1
Note: See TracChangeset for help on using the changeset viewer.