[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/loolstat

Henry Castro hcastro at collabora.com
Sun Aug 2 13:56:12 PDT 2015


 loolwsd/loolstat |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9ff94381047e76a8c5baa026c6c9d325709d1da4
Author: Henry Castro <hcastro at collabora.com>
Date:   Sun Aug 2 16:55:45 2015 -0400

    loolwsd: minor fix loolstat.

diff --git a/loolwsd/loolstat b/loolwsd/loolstat
index 05a7a98..91e1550 100755
--- a/loolwsd/loolstat
+++ b/loolwsd/loolstat
@@ -50,7 +50,7 @@ if ! $PS --version >/dev/null 2>&1; then
 fi
 
 # checking ... report a snapshot of the current processes utility.
-if ! $TOP --v >/dev/null 2>&1; then
+if ! $TOP -v >/dev/null 2>&1; then
   log_failure_msg "$0: error: $TOP utility not found."
 fi
 


More information about the Libreoffice-commits mailing list