projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
103b461
)
Fix typo in previous change.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 12 Oct 1995 22:59:35 +0000
(22:59 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 12 Oct 1995 22:59:35 +0000
(22:59 +0000)
v7/src/edwin/unix.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/unix.scm
b/v7/src/edwin/unix.scm
index f4f1a7dc3e47e10186b0e7801cf3a14ebfdde49d..6d52e399a7ce3e129ee625f187d92e055246a8d7 100644
(file)
--- a/
v7/src/edwin/unix.scm
+++ b/
v7/src/edwin/unix.scm
@@
-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"
filenam
e)))))
+ (receiver (list "-P"
temporary-fil
e)))))
((and (pair? password) (eq? 'FILE (car password)))
(receiver (list "-P" (cadr password))))
(else