desktop/scripts/soffice.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit a0999b7cd47a9faa1ed7aeef29510674e924f702 Author: Michal Svec <ms...@suse.com> Date: Wed Dec 14 18:19:09 2011 +0100 Fix the soffice.sh wrapper's -h / --version. diff --git a/desktop/scripts/soffice.sh.in b/desktop/scripts/soffice.sh.in index 86ea49f..defd7b2 100755 --- a/desktop/scripts/soffice.sh.in +++ b/desktop/scripts/soffice.sh.in @@ -161,11 +161,11 @@ fi if test "$#" -eq 1; then case "$1" in -h | --h | --he | --hel | --help) - "$sd_prog/soffice.bin" -h + "$sd_prog/soffice.bin" --help exit 0 ;; -V | --v | --ve | --ver | --vers | --versi | --versio | --version) - "$sd_prog/soffice.bin" -h | head -1 + "$sd_prog/soffice.bin" --version exit 0 ;; *) _______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits