summaryrefslogtreecommitdiff
path: root/archPackagesUpdate
diff options
context:
space:
mode:
Diffstat (limited to 'archPackagesUpdate')
-rwxr-xr-xarchPackagesUpdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate
index 1e5b6e70..95af9275 100755
--- a/archPackagesUpdate
+++ b/archPackagesUpdate
@@ -524,7 +524,7 @@ then
{
printf '%s\\|' \
"E: ELF file (.*) found in an ['\"]any['\"] package"
- if ! grep -qF " ${teil} ist absichtlich any ohne ELF Dateien" PKGBUILD; then
+ if ! grep -qF " ${teil} ist absichtlich nicht any ohne ELF Dateien" PKGBUILD; then
printf '%s\\|' \
"W: No ELF files and not an ['\"]any['\"] package"
fi