From 46ed09daae26860c1e220ed658310ac016dfff0f Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Thu, 29 Mar 2012 15:51:06 +0200 Subject: [PATCH] Fixed rhbz#758844 - startup script should start with #!/bin/bash --- firefox.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.sh.in b/firefox.sh.in index 4c476ca..dbb9997 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # The contents of this file are subject to the Netscape Public # License Version 1.1 (the "License"); you may not use this file