]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/utilsunx.cpp
Typo fix
[wxWidgets.git] / src / unix / utilsunx.cpp
index 94ecc08e2da59b3782419b3ac50d899277c0d64b..b372b21c34402fe372f897f567f8cd9014ae2828 100644 (file)
@@ -651,12 +651,14 @@ long wxExecute(wxChar **argv,
                     close(fd);
             }
 
-            if ( flags & wxEXEC_MAKE_GROUP_LEADER )
+#ifndef __VMS
+          if ( flags & wxEXEC_MAKE_GROUP_LEADER )
             {
                 // Set process group to child process' pid.  Then killing -pid
                 // of the parent will kill the process and all of its children.
                 setsid();
             }
+#endif
         }
 
         // redirect stdio, stdout and stderr