Skip to content
Snippets Groups Projects
Commit c7b06757 authored by tcarver's avatar tcarver
Browse files

add lines to find firefox if no other browser found

parent 047dcecf
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,9 @@ else ...@@ -26,6 +26,9 @@ else
done done
fi fi
if [ ! -f "$NETSCAPE" ]; then
NETSCAPE=`which firefox`
fi
if [ -f "$DIANA_ENVIRONMENT_FILE" ] if [ -f "$DIANA_ENVIRONMENT_FILE" ]
then then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment