From 7b98c5f550291c08caf0ecb470e6cee689d4e40e Mon Sep 17 00:00:00 2001
From: axk <axk@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Fri, 3 Sep 2004 09:13:50 +0000
Subject: [PATCH] Added launch command for Safari (commented though as mozilla
 is the default browser

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@1857 ee4ac58c-ac51-4696-9907-e4b3aa274f04
---
 etc/results_to_netscape | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/etc/results_to_netscape b/etc/results_to_netscape
index 32475f466..43a4c91c5 100755
--- a/etc/results_to_netscape
+++ b/etc/results_to_netscape
@@ -192,6 +192,11 @@ EOF
 # delete it at some point
 echo "rm -f $new_file > /dev/null 2>&1" | at now + 36 hours
 
+# MAC OS X => Safari browser
+# The command then is the following
+# if $NETSCAPE $new_file
+
+# For Netscape or mozilla
 if $NETSCAPE -remote "openURL($new_file)"
 then
     exit 0
-- 
GitLab