loolwsd/loolstat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9ff94381047e76a8c5baa026c6c9d325709d1da4
Author: Henry Castro <[email protected]>
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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits