diff options
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ if test -z "$PERL"; then for dir in $PATH; do IFS=$save_IFS test -z "$dir" && dir=. - if test -x "$dir/perl"; then + if test -x "$dir/perl" && test ! -d "$dir/perl"; then PERL="$dir/perl" break fi |