[firefox] Fixed rhbz#758844 - startup script should start with #!/bin/bash

Jan Horak xhorak at fedoraproject.org
Thu Mar 29 13:51:11 UTC 2012


commit 46ed09daae26860c1e220ed658310ac016dfff0f
Author: Jan Horak <jhorak at redhat.com>
Date:   Thu Mar 29 15:51:06 2012 +0200

    Fixed rhbz#758844 - startup script should start with #!/bin/bash

 firefox.sh.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list