Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2022-09-07 21:28:41 +0300
committerWilliam Desportes <williamdes@wdes.fr>2022-09-10 15:15:05 +0300
commit7b1b42fa0ce8cd413832ff3914b05fad6c52c8d6 (patch)
tree49ae2de553e77ac25d905ef671c8835a0fd7eaee /scripts
parentf46b384ad4fece487dee7fa359533f03b3002a28 (diff)
Search for files that contain "phar" in the name as they may be build files
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-release-excludes.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/check-release-excludes.sh b/scripts/check-release-excludes.sh
index d3044784ec..ad85efefaa 100755
--- a/scripts/check-release-excludes.sh
+++ b/scripts/check-release-excludes.sh
@@ -327,6 +327,8 @@ for filePath in ${FILE_LIST}; do
foundFile;;
*PERFORMANCE.md*)
foundFile;;
+ *phar*)
+ foundFile;;
*) ;;
esac
done