diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-03 00:37:20 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-03 00:37:20 +0000 |
commit | 6a68b60f92eeffd18741444d2f66a6493229529f (patch) | |
tree | 6e0f3e66e904a53856b54d94c65c0f99f33d04bf /lang/scsh/files/patch-ad | |
parent | Renaming the PKIGNAME, etlfnot-noncjk -> etlfonts-noncjk. (diff) |
New port, scsh:
A Unix shell embedded into Scheme, with access to all Posix calls
Reviewed by: max
Submitted by: cracauer@cons.org "Martin Cracauer"
Notes
Notes:
svn path=/head/; revision=5173
Diffstat (limited to 'lang/scsh/files/patch-ad')
-rw-r--r-- | lang/scsh/files/patch-ad | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/scsh/files/patch-ad b/lang/scsh/files/patch-ad new file mode 100644 index 000000000000..57efb8d7d373 --- /dev/null +++ b/lang/scsh/files/patch-ad @@ -0,0 +1,19 @@ +*** configure.original Tue Nov 26 17:55:51 1996 +--- configure Tue Nov 26 17:55:58 1996 +*************** +*** 1017,1023 **** + fi + + AR=${AR-"ar cq"} +! TMPDIR=${TMPDIR-"/usr/tmp"} + + case "$host" in + +--- 1017,1023 ---- + fi + + AR=${AR-"ar cq"} +! TMPDIR=${TMPDIR-"/var/tmp"} + + case "$host" in + |