Menu

gdl 0.8.10 spawn /exit_status returns pid?

Help
2005-09-16
2013-06-03
  • Jim Garlick

    Jim Garlick - 2005-09-16

    I think the exit_status keyword is returning the pid here
    instead of the exit status?

    Jim

    GDL> spawn, "/bin/true", exit_status=code
    GDL> print,code
           15082
    GDL> spawn, "/bin/false", exit_status=code
    GDL> print,code
           15084
    GDL>

     
    • Marc Schellens

      Marc Schellens - 2005-09-16

      That's right, the pid was returned.
      It's fixed in the CVS.

       
    • Jim Garlick

      Jim Garlick - 2005-09-16

      Thanks very much for the quick fix!

       

Log in to post a comment.