summaryrefslogtreecommitdiff
path: root/shells/scsh/patches/patch-ae
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-10-27 04:51:39 +0000
committerhubertf <hubertf@pkgsrc.org>1997-10-27 04:51:39 +0000
commit6650b62e45fa1c9e58c5c2a08345b22432889953 (patch)
tree753888b60a1844e26eff7474aa304d77054fc467 /shells/scsh/patches/patch-ae
parent4f3fa3c94581b5621caccd8c8a9749b076dc0a8f (diff)
downloadpkgsrc-6650b62e45fa1c9e58c5c2a08345b22432889953.tar.gz
get everything in
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)