From: Jaroslav Kysela Date: Wed, 13 Aug 2014 16:05:18 +0000 (+0200) Subject: support: replace /bin/bash with /bin/sh for FreeBSD - fixes issue#2192 X-Git-Tag: v4.1~1556 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d3a65d04775a6f244edfb0c211475e16277b1cd;p=thirdparty%2Ftvheadend.git support: replace /bin/bash with /bin/sh for FreeBSD - fixes issue#2192 --- diff --git a/support/changelog b/support/changelog index 33f1c9192..84f447638 100755 --- a/support/changelog +++ b/support/changelog @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Create the Tvheadend changelog # diff --git a/support/configure.inc b/support/configure.inc index 96f1d68dd..c8ba98593 100755 --- a/support/configure.inc +++ b/support/configure.inc @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Generic/Simple configure script # diff --git a/support/getmuxlist b/support/getmuxlist index 0c81a27e2..1632b5164 100755 --- a/support/getmuxlist +++ b/support/getmuxlist @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Fetch DVB scan files # diff --git a/support/tarball b/support/tarball index 3c3c08866..78669e204 100755 --- a/support/tarball +++ b/support/tarball @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Build tarball of the current directory # diff --git a/support/version b/support/version index ba9bfedbd..6e4729bb7 100755 --- a/support/version +++ b/support/version @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Update Tvheadend version file (if required) #