Package: sensible-utils
Severity: normal
Control: tags -1 patch

Dear Maintainer,

The file sensible-browser.in in salsa contains a meaningless ; after the last 
command:
exit 1;

In sh, a ; at the end doesn't do anything.

I attach a patch to fix that. I claim no copyright on this, do whatever you 
want with it.

---
 sensible-browser.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sensible-browser.in b/sensible-browser.in
index 0c5cb56..20fc6a6 100644
--- a/sensible-browser.in
+++ b/sensible-browser.in
@@ -41,4 +41,4 @@ fi
 
 echo "Couldn't find a suitable web browser!" >&2
 echo "Set the BROWSER environment variable to your desired browser." >&2
-exit 1;
+exit 1
-- 

Reply via email to