diff options
Diffstat (limited to 'shells/scsh/files/patch-static.scm')
-rw-r--r-- | shells/scsh/files/patch-static.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/shells/scsh/files/patch-static.scm b/shells/scsh/files/patch-static.scm new file mode 100644 index 000000000000..72ef6b100053 --- /dev/null +++ b/shells/scsh/files/patch-static.scm @@ -0,0 +1,19 @@ +*** scsh/static.scm.orig Fri Jan 11 12:50:39 2002 +--- scsh/static.scm Fri Jan 11 12:50:46 2002 +*************** +*** 128,134 **** + options + (or (options:temp-dir options) + (getenv "TMPDIR") +! "/usr/tmp")) + (set-options:cc-command + options + (or (options:cc-command options) +--- 128,134 ---- + options + (or (options:temp-dir options) + (getenv "TMPDIR") +! "/var/tmp")) + (set-options:cc-command + options + (or (options:cc-command options) |