[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - l10ntools/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Nov 19 23:15:55 UTC 2018


 l10ntools/source/pocheck.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9807a57b794530f3d20b62e32a611a625adeb6c0
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Sun Sep 30 11:49:07 2018 +0200
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Tue Nov 20 00:15:31 2018 +0100

    pocheck: fix usage message
    
    pocheck needs environment variables that bin/run does not provide
    
    Change-Id: I0de148363d60c515d4024cd0e97d1025ce50b6a5
    Reviewed-on: https://gerrit.libreoffice.org/61160
    Tested-by: Jenkins
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    (cherry picked from commit a906b68a9fff30c2af5c03189e59c1952cd3f69f)
    Reviewed-on: https://gerrit.libreoffice.org/63593
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/l10ntools/source/pocheck.cxx b/l10ntools/source/pocheck.cxx
index 241c225e1c35..e0b66877c0bc 100644
--- a/l10ntools/source/pocheck.cxx
+++ b/l10ntools/source/pocheck.cxx
@@ -458,7 +458,7 @@ int main()
         OString aLanguages(getenv("ALL_LANGS"));
         if( aLanguages.isEmpty() )
         {
-            std::cerr << "Usage: bin/run pocheck\n";
+            std::cerr << "Usage: LD_LIBRARY_PATH=instdir/program make cmd cmd=workdir/LinkTarget/Executable/pocheck\n";
             return 1;
         }
         for(sal_Int32 i = 1;;++i) // skip en-US


More information about the Libreoffice-commits mailing list