2008/02/12 12:45:17 sb 1.4.64.1: #i86041# do not add Mozilla library directory to LD_LIBRARY_PATH in soffice start script
7 lines
121 B
Bash
7 lines
121 B
Bash
#!/bin/sh
|
|
|
|
# use gnome-open utility coming with libgnome if available
|
|
gnome-open "$1" 2>/dev/null || "$0.bin" $1
|
|
|
|
exit 0
|