From c7b06757cc34b78aef2affc981b258a217d22e1c Mon Sep 17 00:00:00 2001
From: tcarver <tjc>
Date: Wed, 22 Jan 2014 09:37:47 +0000
Subject: [PATCH] add lines to find firefox if no other browser found

---
 etc/results_to_netscape | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/etc/results_to_netscape b/etc/results_to_netscape
index f313d3819..ed6e41d81 100755
--- a/etc/results_to_netscape
+++ b/etc/results_to_netscape
@@ -26,6 +26,9 @@ else
   done
 fi
 
+if [ ! -f "$NETSCAPE" ]; then
+    NETSCAPE=`which firefox`
+fi
 
 if [ -f "$DIANA_ENVIRONMENT_FILE" ]
 then
-- 
GitLab