Update ooo320-m1
[ooovba.git] / desktop / scripts / mozwrapper.sh
blob89b6415358beaba29ae73e022814a87bc918be5b
1 #!/bin/sh
3 # if mozilla is not found, specify full path here
4 MOZILLA=mozilla
6 if ${MOZILLA} -remote "openURL($1,new-window)" 2>&1 | egrep -si "not running on display"; then
7 ${MOZILLA} $1
8 fi