projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0328fe6
)
Fix tcsh hack in Configure
Chip Salzenberg [Fri, 18 Apr 1997 00:00:00 +0000 (
00:00
+0000)]
Configure
patch
|
blob
|
blame
|
history
diff --git
a/Configure
b/Configure
index
db1f20c
..
fbe1b31
100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-6094,8
+6094,9
@@
eval $setvar
: get csh whereabouts
case "$csh" in
-*csh) val="$undef" ;;
-*) val="$define" ;;
+'csh') val="$undef" ;;
+'tcsh') val="$undef" ;;
+*) val="$define" ;;
esac
set d_csh
eval $setvar