summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure6
1 files changed, 4 insertions, 2 deletions
diff --git a/Configure b/Configure
index fbe1b31528..64dd01cf51 100755
--- a/Configure
+++ b/Configure
@@ -6095,12 +6095,14 @@ eval $setvar
: get csh whereabouts
case "$csh" in
'csh') val="$undef" ;;
-'tcsh') val="$undef" ;;
*) val="$define" ;;
esac
set d_csh
eval $setvar
-full_csh=$csh
+: Respect a hint or command line value for full_csh.
+case "$full_csh" in
+'') full_csh=$csh ;;
+esac
: see if cuserid exists
set cuserid d_cuserid