[Libreoffice-commits] core.git: l10ntools/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Sep 30 17:17:16 UTC 2018


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

New commits:
commit a906b68a9fff30c2af5c03189e59c1952cd3f69f
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Sun Sep 30 11:49:07 2018 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Sun Sep 30 19:16:52 2018 +0200

    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>

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