support: replace /bin/bash with /bin/sh for FreeBSD - fixes issue#2192

This commit is contained in:
Jaroslav Kysela 2014-08-13 18:05:18 +02:00
parent 261536c48f
commit 7d3a65d047
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# Create the Tvheadend changelog
#

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# Generic/Simple configure script
#

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# Fetch DVB scan files
#

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# Build tarball of the current directory
#

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# Update Tvheadend version file (if required)
#