summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Salzenberg <chip@perl.com>1997-04-18 00:00:00 +0000
committerChip Salzenberg <chip@atlantic.net>1997-04-18 00:00:00 +0000
commitba7b5225a182490f0fddd225ae43578870f30c47 (patch)
tree3f956f5b393e63940d9bc29bce45df10395d3f5d
parent0328fe614d7e2f39d803d74d288cdc95247dfe52 (diff)
downloadperl-ba7b5225a182490f0fddd225ae43578870f30c47.tar.gz
Fix tcsh hack in Configure
-rwxr-xr-xConfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/Configure b/Configure
index db1f20c0c5..fbe1b31528 100755
--- 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