diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-11-13 10:54:46 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-11-13 10:54:46 +0000 |
commit | 73811745eab1cbdcd71a7f96d2ebef91be9e927a (patch) | |
tree | 4ebb525c2e1ffdca1236c77b75a92654d3027a2d | |
parent | 52557c15924686d528dcb0096c4e8823c0bb6ffb (diff) | |
download | perl-73811745eab1cbdcd71a7f96d2ebef91be9e927a.tar.gz |
typo
p4raw-id: //depot/perl@4557
-rw-r--r-- | util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3202,7 +3202,7 @@ Perl_find_script(pTHX_ char *scriptname, bool dosearch, char **search_ext, I32 f continue; if (S_ISREG(PL_statbuf.st_mode) && cando(S_IRUSR,TRUE,&PL_statbuf) -#if !defined(DOSISH) && !defined(MACOS_TRDITIONAL) +#if !defined(DOSISH) && !defined(MACOS_TRADITIONAL) && cando(S_IXUSR,TRUE,&PL_statbuf) #endif ) |