about summary refs log tree commit diff
path: root/lib/libsystem.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libsystem.c')
-rw-r--r--lib/libsystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsystem.c b/lib/libsystem.c
index 3a7440ba..1f445844 100644
--- a/lib/libsystem.c
+++ b/lib/libsystem.c
@@ -416,7 +416,7 @@ pm_system_vp(const char *    const progName,
         /* Run a child process for the program that sends its Standard Output
            to our Standard Output
         */
-        spawnProcessor(progName, argArray, STDIN, NULL, &processorPid);
+        spawnProcessor(progName, argArray, progStdinFd, NULL, &processorPid);
     }
 
     cleanupProcessorProcess(processorPid);