diff options
author | Chip Salzenberg <chip@perl.com> | 1997-04-18 00:00:00 +0000 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-04-18 00:00:00 +0000 |
commit | ba7b5225a182490f0fddd225ae43578870f30c47 (patch) | |
tree | 3f956f5b393e63940d9bc29bce45df10395d3f5d /Configure | |
parent | 0328fe614d7e2f39d803d74d288cdc95247dfe52 (diff) | |
download | perl-ba7b5225a182490f0fddd225ae43578870f30c47.tar.gz |
Fix tcsh hack in Configure
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |