1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Markus Koschany <apo@debian.org>
Date: Sat, 26 Jan 2013 16:49:12 +0100
Subject: generic x-www-browser
Use generic x-www-browser variable.
Forwarded: not-needed
---
data/browser.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/browser.sh b/data/browser.sh
index 60d5c36..c0a1130 100755
--- a/data/browser.sh
+++ b/data/browser.sh
@@ -10,4 +10,4 @@
# browser for use in foobillard++
# Please change only the call to the browser and leave $1 untouched
# It is filled from inside the program
-firefox $1
\ No newline at end of file
+x-www-browser $1
|