Fix typo in previous change.
authorChris Hanson <org/chris-hanson/cph>
Thu, 12 Oct 1995 22:59:35 +0000 (22:59 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 12 Oct 1995 22:59:35 +0000 (22:59 +0000)
v7/src/edwin/unix.scm

index f4f1a7dc3e47e10186b0e7801cf3a14ebfdde49d..6d52e399a7ce3e129ee625f187d92e055246a8d7 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: unix.scm,v 1.59 1995/10/12 22:54:47 cph Exp $
+;;;    $Id: unix.scm,v 1.60 1995/10/12 22:59:35 cph Exp $
 ;;;
 ;;;    Copyright (c) 1989-95 Massachusetts Institute of Technology
 ;;;
@@ -728,7 +728,7 @@ option, instead taking -P <filename>."
                  (lambda (port)
                    (write-string password port)
                    (newline port)))
-               (receiver (list "-P" filename)))))
+               (receiver (list "-P" temporary-file)))))
            ((and (pair? password) (eq? 'FILE (car password)))
             (receiver (list "-P" (cadr password))))
            (else