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-ae34
1 files changed, 13 insertions, 21 deletions
diff --git a/shells/scsh/patches/patch-ae b/shells/scsh/patches/patch-ae
index c3a642ea6b9..39b28553fe6 100644
--- a/shells/scsh/patches/patch-ae
+++ b/shells/scsh/patches/patch-ae
@@ -1,21 +1,13 @@
-$NetBSD: patch-ae,v 1.2 1998/08/07 11:13:56 agc Exp $
-
-*** scsh/scsh.scm.original Tue Nov 26 17:15:00 1996
---- scsh/scsh.scm Tue Nov 26 17:15:06 1996
-***************
-*** 298,304 ****
- (list (string-append (car maybe-prefix) ".~a"))))))
-
- (define *temp-file-template*
-! (make-fluid (string-append "/usr/tmp/" (number->string (pid)) ".~a")))
-
-
- (define (temp-file-iterate maker . maybe-template)
---- 298,304 ----
- (list (string-append (car maybe-prefix) ".~a"))))))
-
- (define *temp-file-template*
-! (make-fluid (string-append "/var/tmp/" (number->string (pid)) ".~a")))
-
-
- (define (temp-file-iterate maker . maybe-template)
+$NetBSD: patch-ae,v 1.3 1999/11/27 23:33:24 rh 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"))))))
+
+ (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 (temp-file-iterate maker . maybe-template)