merge the formfield patch from ooo-build
[ooovba.git] / shell / source / unix / misc / gnome-open-url.sh
blob1a52fc763783f2e89156a2fb3ab6d334285535a3
1 #!/bin/sh
3 # use gnome-open utility coming with libgnome if available
4 gnome-open "$1" 2>/dev/null || "$0.bin" $1
6 exit 0