get-scripts diff openoffice3 @ rev 80
libreoffice: fix menu entries (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 09 11:40:00 2019 +0200 (2019-06-09) |
parents | 62d94e6800db |
children |
line diff
1.1 --- a/openoffice3 Wed Aug 10 14:15:08 2016 +0200 1.2 +++ b/openoffice3 Sun Jun 09 11:40:00 2019 +0200 1.3 @@ -27,7 +27,7 @@ 1.4 VERSION="$(basename $(wget -O - $MIRROR/$DIR/ 2> /dev/null | grep \ 1.5 href=\"[0-9] | tail -1 | sed 's/.*href=\"\(.*\)\".*/\1/') 2> /dev/null)" 1.6 [ -n "$VERSION" ] || continue 1.7 - [ "$1" == "--get-version" ] && echo $VERSION && exit 1.8 + [ "$1" = "--get-version" ] && echo $VERSION && exit 1.9 break 1.10 done 1.11