mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12693] Fix the query for bin/*
PHPBB3-12693
This commit is contained in:
parent
ffcc1e9d94
commit
6081175857
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ then
|
||||||
files_skipped="-name composer.phar"
|
files_skipped="-name composer.phar"
|
||||||
|
|
||||||
# Files which have to be executable
|
# Files which have to be executable
|
||||||
executable_files="-path ${path}bin/*"
|
executable_files="-path ${path}bin/\*"
|
||||||
|
|
||||||
incorect_files=$( \
|
incorect_files=$( \
|
||||||
find ${path} \
|
find ${path} \
|
||||||
|
@ -45,7 +45,7 @@ then
|
||||||
'(' \
|
'(' \
|
||||||
${executable_files} \
|
${executable_files} \
|
||||||
')' -a \
|
')' -a \
|
||||||
-not -perm -100 \
|
-not -perm +100 \
|
||||||
')' -o \
|
')' -o \
|
||||||
'(' \
|
'(' \
|
||||||
-not '(' \
|
-not '(' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue