From: Gurusamy Sarathy Date: Sat, 13 Nov 1999 10:54:46 +0000 (+0000) Subject: typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=73811745eab1cbdcd71a7f96d2ebef91be9e927a;p=p5sagit%2Fp5-mst-13.2.git typo p4raw-id: //depot/perl@4557 --- diff --git a/util.c b/util.c index 554c5b4..650fc31 100644 --- a/util.c +++ b/util.c @@ -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 )