summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2012-03-29 15:51:06 +0200
committerJan Horak <jhorak@redhat.com>2012-03-29 15:51:06 +0200
commit46ed09daae26860c1e220ed658310ac016dfff0f (patch)
tree3012e1cf91808da3dcc7fded1fdb6590c7f1819a /firefox.sh.in
parentSwitched dependency to xulrunner (rhbz#803471) (diff)
downloadlibrewolf-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
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in2
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
bgstack15