summaryrefslogtreecommitdiff
path: root/shells/scsh/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'shells/scsh/patches/patch-ae')
-rw-r--r--shells/scsh/patches/patch-ae20
1 files changed, 10 insertions, 10 deletions
diff --git a/shells/scsh/patches/patch-ae b/shells/scsh/patches/patch-ae
index 39b28553fe6..9c45fbd4f2a 100644
--- a/shells/scsh/patches/patch-ae
+++ b/shells/scsh/patches/patch-ae
@@ -1,13 +1,13 @@
-$NetBSD: patch-ae,v 1.3 1999/11/27 23:33:24 rh Exp $
+$NetBSD: patch-ae,v 1.4 2001/10/02 11:07:15 seb Exp $
---- scsh/scsh.scm.orig Sun Nov 28 00:30:13 1999
-+++ scsh/scsh.scm Sun Nov 28 00:30:14 1999
-@@ -298,7 +298,7 @@
- (list (string-append (car maybe-prefix) ".~a"))))))
+--- env/command.scm.orig Tue Aug 10 20:17:59 1999
++++ env/command.scm
+@@ -546,7 +546,7 @@
+ ((char=? (string-ref line 0) #\n) #f)
+ (else (loop count)))))))
- (define *temp-file-template*
-- (make-fluid (string-append "/usr/tmp/" (number->string (pid)) ".~a")))
-+ (make-fluid (string-append "/var/tmp/" (number->string (pid)) ".~a")))
+-(define *y-or-n-eof-count* 100)
++(define *y-or-n-eof-count* 0)
-
- (define (temp-file-iterate maker . maybe-template)
+ (define (read-line port)
+ (let loop ((l '()))