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-ae19
1 files changed, 19 insertions, 0 deletions
diff --git a/shells/scsh/patches/patch-ae b/shells/scsh/patches/patch-ae
new file mode 100644
index 00000000000..f7eec1bab76
--- /dev/null
+++ b/shells/scsh/patches/patch-ae
@@ -0,0 +1,19 @@
+*** 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)