mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/12693] Fix the query for bin/*
PHPBB3-12693
This commit is contained in:
@@ -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 '(' \
|
||||||
|
Reference in New Issue
Block a user