From ef615c4bc5b8cabbf2ae086689542de2ffb4c915 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Mon, 29 Nov 2010 12:26:01 +0200 Subject: [PATCH] Reverted script changes. --- HISTORY | 1 - iptv/image.sh | 2 +- iptv/internetradio.sh | 2 +- iptv/iptvstream-notrap.sh | 2 +- iptv/iptvstream.sh | 2 +- iptv/linein.sh | 2 +- iptv/vlc2iptv | 2 +- iptv/webcam.sh | 2 +- 8 files changed, 7 insertions(+), 8 deletions(-) diff --git a/HISTORY b/HISTORY index 620ab40..d4dd81f 100644 --- a/HISTORY +++ b/HISTORY @@ -153,4 +153,3 @@ VDR Plugin 'iptv' Revision History receivers due to VDR's channel selection mechanism. - Enabled partial content responses for HTTP protocol. - Fixed EXT protocol execution (Thanks to Peter Holik). -- Changed scripts to use bash instead of sh. diff --git a/iptv/image.sh b/iptv/image.sh index 4d04c98..9938089 100755 --- a/iptv/image.sh +++ b/iptv/image.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh set -e diff --git a/iptv/internetradio.sh b/iptv/internetradio.sh index 72dc4a4..d338b52 100755 --- a/iptv/internetradio.sh +++ b/iptv/internetradio.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # internetradio.sh is used by the VDR iptv plugin to transcode an internet # radio stream. diff --git a/iptv/iptvstream-notrap.sh b/iptv/iptvstream-notrap.sh index 98c7277..3ec440f 100755 --- a/iptv/iptvstream-notrap.sh +++ b/iptv/iptvstream-notrap.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # iptvstream.sh can be used by the VDR iptv plugin to transcode external # sources diff --git a/iptv/iptvstream.sh b/iptv/iptvstream.sh index 5c46b7b..1f69a4a 100755 --- a/iptv/iptvstream.sh +++ b/iptv/iptvstream.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # iptvstream.sh can be used by the VDR iptv plugin to transcode external # sources diff --git a/iptv/linein.sh b/iptv/linein.sh index aacfa80..cdaf863 100755 --- a/iptv/linein.sh +++ b/iptv/linein.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # linein.sh is used by the VDR iptv plugin to transcode line-in of # a soundcard. diff --git a/iptv/vlc2iptv b/iptv/vlc2iptv index aae6f66..01405f7 100755 --- a/iptv/vlc2iptv +++ b/iptv/vlc2iptv @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # vlc2iptv is used by the VDR iptv plugin to transcode external sources # diff --git a/iptv/webcam.sh b/iptv/webcam.sh index 19054ba..979c540 100755 --- a/iptv/webcam.sh +++ b/iptv/webcam.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # webcam.sh is used by the VDR iptv plugin to transcode an internet radio # stream remuxed with images (e.g. webcam) to provide a video stream.