[Libreoffice-commits] .: desktop/scripts
Caolán McNamara
caolan at kemper.freedesktop.org
Fri Jun 24 05:46:22 PDT 2011
desktop/scripts/soffice.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1a4300aee3fe7d8d082ee39aec3debe14557d9b3
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Jun 24 13:46:10 2011 +0100
vagrind -> valgrind
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index c7d4da1..77767eb 100755
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -80,7 +80,7 @@ VALGRINDCHECK=
# count number of selected checks; only one is allowed
checks=
# force the --valgrind option if the VALGRIND variable is set
-test -n "$VALGRIND" && VALGRINDOPT="--vagrind" || VALGRINDOPT=
+test -n "$VALGRIND" && VALGRINDOPT="--valgrind" || VALGRINDOPT=
for arg in $@ $VALGRINDOPT ; do
case "$arg" in
More information about the Libreoffice-commits
mailing list