]> andersk Git - openssh.git/blobdiff - fixprogs
- markus@cvs.openbsd.org 2001/11/07 22:53:21
[openssh.git] / fixprogs
index 4a70d2f9f7b03bbd067c1a8d2956ca7e94d58c58..61840cf810b7b4417dd3a9a97c9964a498df0097 100755 (executable)
--- a/fixprogs
+++ b/fixprogs
@@ -44,9 +44,9 @@ foreach (@infile) {
    if (! ($pid = fork())) {
      # child
      close STDIN; close STDOUT; close STDERR;
-     open STDIN,  "</dev/null";
-     open STDOUT, ">/dev/null";
-     open STDERR, ">/dev/null";
+     open (STDIN,  "</dev/null");
+     open (STDOUT, ">/dev/null");
+     open (STDERR, ">/dev/null");
      exec $path @args;
      exit 1; # shouldn't be here
    }
This page took 0.102049 seconds and 4 git commands to generate.