diff options
author | filip <filip.komar@gmail.com> | 2021-07-25 18:55:09 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2021-07-25 18:55:09 +0200 |
commit | f753d4386cfbd6a7a09fe2813761fae29d85d1c1 (patch) | |
tree | 2898cee8f79e97ef752e9f12623b0fb01cfda9f8 /tools | |
parent | 9857bfbf1f34a9fc16434c074a3eba78d6ceb89d (diff) | |
download | www-f753d4386cfbd6a7a09fe2813761fae29d85d1c1.tar www-f753d4386cfbd6a7a09fe2813761fae29d85d1c1.tar.gz www-f753d4386cfbd6a7a09fe2813761fae29d85d1c1.tar.bz2 www-f753d4386cfbd6a7a09fe2813761fae29d85d1c1.tar.xz www-f753d4386cfbd6a7a09fe2813761fae29d85d1c1.zip |
sync warning with test
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/rebuild_gettext_catalogs.sh | 2 |
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 |