Index: trunk/psModules/src/extras/psPipe.c
===================================================================
--- trunk/psModules/src/extras/psPipe.c	(revision 23487)
+++ trunk/psModules/src/extras/psPipe.c	(revision 34085)
@@ -105,7 +105,6 @@
 
         status = execvp (argv[0], argv);
-
-        // this statement exits the child, not the parent, process
-        exit (1);
+        if (status < 0) { psWarning ("error running exec for child process"); }
+        exit (1); // this statement exits the child, not the parent, process
     }
     psFree (cmd);
