diff options
author | Martin Stransky <stransky@redhat.com> | 2020-02-12 14:07:19 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-02-12 14:07:19 +0100 |
commit | f314ac392b68fcbf10cce4b97a8270adcf30bf0a (patch) | |
tree | 760ac58a9733120dcd23e7a06ecd8b1e372924fc /firefox-x11.sh.in | |
parent | updated cbindgen (diff) | |
download | librewolf-fedora-ff-f314ac392b68fcbf10cce4b97a8270adcf30bf0a.tar.gz librewolf-fedora-ff-f314ac392b68fcbf10cce4b97a8270adcf30bf0a.tar.bz2 librewolf-fedora-ff-f314ac392b68fcbf10cce4b97a8270adcf30bf0a.zip |
Build fixes
Diffstat (limited to 'firefox-x11.sh.in')
-rw-r--r-- | firefox-x11.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-x11.sh.in b/firefox-x11.sh.in index 6f9f760..94045c9 100644 --- a/firefox-x11.sh.in +++ b/firefox-x11.sh.in @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/bash # # Run Firefox on X11 backend # |