Kaydet (Commit) a0999b7c authored tarafından Michal Svec's avatar Michal Svec Kaydeden (comit) Jan Holesovsky

Fix the soffice.sh wrapper's -h / --version.

üst 6c39bcd9
...@@ -161,11 +161,11 @@ fi ...@@ -161,11 +161,11 @@ fi
if test "$#" -eq 1; then if test "$#" -eq 1; then
case "$1" in case "$1" in
-h | --h | --he | --hel | --help) -h | --h | --he | --hel | --help)
"$sd_prog/soffice.bin" -h "$sd_prog/soffice.bin" --help
exit 0 exit 0
;; ;;
-V | --v | --ve | --ver | --vers | --versi | --versio | --version) -V | --v | --ve | --ver | --vers | --versi | --versio | --version)
"$sd_prog/soffice.bin" -h | head -1 "$sd_prog/soffice.bin" --version
exit 0 exit 0
;; ;;
*) *)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment