]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
support: replace /bin/bash with /bin/sh for FreeBSD - fixes issue#2192
authorJaroslav Kysela <perex@perex.cz>
Wed, 13 Aug 2014 16:05:18 +0000 (18:05 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 13 Aug 2014 16:05:25 +0000 (18:05 +0200)
support/changelog
support/configure.inc
support/getmuxlist
support/tarball
support/version

index 33f1c9192a7dcf4e10b312fbf1034ea99f7b51f4..84f4476387dd72379f59aebfa222429a8e93798c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Create the Tvheadend changelog
 #
index 96f1d68dd06122d07c70c8d052d095b290689991..c8ba9859392d4dc97fe66b5a19bb9428154be6a9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Generic/Simple configure script
 #
index 0c81a27e26f29d4bb6a63e208b3fe4aef8d38c9c..1632b51640c64b3ef0597087b46c66f9be3afc63 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Fetch DVB scan files
 #
index 3c3c0886613b637e85aacc6941d3bc68d69d3ce3..78669e20436c219e322c6710253144a784a508a4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Build tarball of the current directory
 #
index ba9bfedbdad3fc3229ba6ba5fd0a0effb6436fea..6e4729bb723d49313020508f4e7c6b4d86fb3c21 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Update Tvheadend version file (if required)
 #