summaryrefslogtreecommitdiff
path: root/waterfox/waterfox.sh.in
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-03-06 09:22:11 -0500
committerB Stack <bgstack15@gmail.com>2019-03-06 09:22:11 -0500
commit5d4471943298ba9b393be26a0295e942848bebda (patch)
tree544c859c280cd84ef385cb9ff8a5fa69a2d5bddb /waterfox/waterfox.sh.in
parentMerge branch 'move-dpkg' into 'master' (diff)
downloadstackrpms-5d4471943298ba9b393be26a0295e942848bebda.tar.gz
stackrpms-5d4471943298ba9b393be26a0295e942848bebda.tar.bz2
stackrpms-5d4471943298ba9b393be26a0295e942848bebda.zip
waterfox 56.2.7.1 rpm rc1
Diffstat (limited to 'waterfox/waterfox.sh.in')
-rw-r--r--waterfox/waterfox.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/waterfox/waterfox.sh.in b/waterfox/waterfox.sh.in
index 70bc25f..2dd1ee8 100644
--- a/waterfox/waterfox.sh.in
+++ b/waterfox/waterfox.sh.in
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/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