diff options
author | Amick, Eric <perlbug@perl.org> | 2002-08-27 20:09:29 +0000 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-09-29 12:11:06 +0000 |
commit | b921d661723e8701da56072309db071fd10e051c (patch) | |
tree | 09aca9bac555b65868aa9ba24280155417ed3ed6 /Configure | |
parent | 5ddc4af4d75ced82687c55523359d34e747e49d0 (diff) | |
download | perl-b921d661723e8701da56072309db071fd10e051c.tar.gz |
[perl #16796] Configure script buglet
From: "Amick, Eric" (via RT) <perlbug@perl.org>
Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
p4raw-id: //depot/perl@17941
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2154,11 +2154,12 @@ for dir in \$*; do elif test -f \$dir/\$thing.exe; then if test -n "$DJGPP"; then echo \$dir/\$thing.exe - else + exit 0 + elif test "$eunicefix" != ":"; then : on Eunice apparently echo \$dir/\$thing + exit 0 fi - exit 0 fi ;; esac |