Skip to content
Snippets Groups Projects
Commit 9ad17156 authored by tjc's avatar tjc
Browse files

look for mozilla

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@1914 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 8b7f336e
Branches
Tags
No related merge requests found
......@@ -11,7 +11,19 @@
# If you are under KDE, you should use Konqueror then
# If you are under MAC OS X, use Safari
if [ -f "/usr/bin/X11/real-netscape" ]
then
NETSCAPE=/usr/bin/X11/real-netscape
elif [ -f "/usr/bin/mozilla" ]
then
NETSCAPE=/usr/bin/mozilla
elif [ -f "/Applications/Safari.app/Contents/MacOS/Safari" ]
then
NETSCAPE=/Applications/Safari.app/Contents/MacOS/Safari
fi
#NETSCAPE=/usr/bin/X11/real-netscape
#NETSCAPE=/usr/bin/mozilla
# MAC OS X
# NETSCAPE=/Applications/Safari.app/Contents/MacOS/Safari
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment