aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2021-07-25 18:55:09 +0200
committerfilip <filip.komar@gmail.com>2021-07-25 18:55:09 +0200
commitf753d4386cfbd6a7a09fe2813761fae29d85d1c1 (patch)
tree2898cee8f79e97ef752e9f12623b0fb01cfda9f8
parent9857bfbf1f34a9fc16434c074a3eba78d6ceb89d (diff)
downloadwww-f753d4386cfbd6a7a09fe2813761fae29d85d1c1.tar
www-f753d4386cfbd6a7a09fe2813761fae29d85d1c1.tar.gz
www-f753d4386cfbd6a7a09fe2813761fae29d85d1c1.tar.bz2
www-f753d4386cfbd6a7a09fe2813761fae29d85d1c1.tar.xz
www-f753d4386cfbd6a7a09fe2813761fae29d85d1c1.zip
sync warning with test
-rwxr-xr-xtools/rebuild_gettext_catalogs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rebuild_gettext_catalogs.sh b/tools/rebuild_gettext_catalogs.sh
index 8630c7964..44ba59d64 100755
--- a/tools/rebuild_gettext_catalogs.sh
+++ b/tools/rebuild_gettext_catalogs.sh
@@ -17,7 +17,7 @@ fi
rpm --quiet -q gettext python3-polib
if [ $? -eq 1 ]; then
- echo "Warning!!! Some gettext components are missing. Please install them as root: urpmi gettext python-polib"
+ echo "Warning!!! Some gettext components are missing. Please install them as root: urpmi gettext python3-polib"
exit 1
fi