From: Chip Salzenberg Date: Fri, 18 Apr 1997 00:00:00 +0000 (+0000) Subject: Fix tcsh hack in Configure X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ba7b5225a182490f0fddd225ae43578870f30c47;p=p5sagit%2Fp5-mst-13.2.git Fix tcsh hack in Configure --- diff --git a/Configure b/Configure index db1f20c..fbe1b31 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