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

Jan Horak xhorak at fedoraproject.org
Thu Mar 29 13:53:52 UTC 2012


commit 7f8e036d22a52cdee647b4f0004f75671179774a
Author: Jan Horak <jhorak at redhat.com>
Date:   Thu Mar 29 15:53:46 2012 +0200

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

 thunderbird.sh.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/thunderbird.sh.in b/thunderbird.sh.in
index 60b80ec..1ee2261 100644
--- a/thunderbird.sh.in
+++ b/thunderbird.sh.in
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Startup script for the fedora.us Thunderbird RPM
 # (based on the Mozilla RPM launch script)


More information about the scm-commits mailing list