diff options
Diffstat (limited to 'desktop')
-rwxr-xr-x | desktop/scripts/soffice.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index eec7366e30a8..b0123fdc30f5 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 |