From 7f8e036d22a52cdee647b4f0004f75671179774a Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Thu, 29 Mar 2012 15:53:46 +0200 Subject: [PATCH] Fixed rhbz#758844 - startup script should start with #!/bin/bash --- thunderbird.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)