INTEGRATION: CWS ooo20040815 (1.1.4); FILE ADDED
2004/08/24 13:09:07 mh 1.1.4.1: add: missing mozwrapper.sh, #i10000#
This commit is contained in:
parent
2e0366edf5
commit
92bf9faaf7
1 changed files with 8 additions and 0 deletions
8
desktop/scripts/mozwrapper.sh
Normal file
8
desktop/scripts/mozwrapper.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# if mozilla is not found, specify full path here
|
||||
MOZILLA=mozilla
|
||||
|
||||
if ${MOZILLA} -remote "openURL($1,new-window)" 2>&1 | egrep -si "not running on display"; then
|
||||
${MOZILLA} $1
|
||||
fi
|
Loading…
Reference in a new issue