$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)
