diff options
author | Jan Horak <jhorak@redhat.com> | 2012-03-29 15:51:06 +0200 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2012-03-29 15:51:06 +0200 |
commit | 46ed09daae26860c1e220ed658310ac016dfff0f (patch) | |
tree | 3012e1cf91808da3dcc7fded1fdb6590c7f1819a | |
parent | Switched dependency to xulrunner (rhbz#803471) (diff) | |
download | librewolf-fedora-ff-46ed09daae26860c1e220ed658310ac016dfff0f.tar.gz librewolf-fedora-ff-46ed09daae26860c1e220ed658310ac016dfff0f.tar.bz2 librewolf-fedora-ff-46ed09daae26860c1e220ed658310ac016dfff0f.zip |
Fixed rhbz#758844 - startup script should start with #!/bin/bash
-rw-r--r-- | 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 |