From 9ea8fa2b430dd4024b78f4e3b970284706bc95a0 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 19 Jul 2013 02:35:52 +0200 Subject: [PATCH] scripts: depends now on bash, bye bye dash i dont like you. This should fix #2481 Signed-off-by: Stephan Raue --- scripts/autoreconf | 2 +- scripts/build | 2 +- scripts/clean | 2 +- scripts/create_addon | 2 +- scripts/extract | 2 +- scripts/get | 2 +- scripts/install | 2 +- scripts/unpack | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/autoreconf b/scripts/autoreconf index 9690053c7b..3ab0684714 100755 --- a/scripts/autoreconf +++ b/scripts/autoreconf @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv diff --git a/scripts/build b/scripts/build index 70bafd3fe0..31fb5e4d84 100755 --- a/scripts/build +++ b/scripts/build @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv diff --git a/scripts/clean b/scripts/clean index e7cc9c797a..18c1c96afc 100755 --- a/scripts/clean +++ b/scripts/clean @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv diff --git a/scripts/create_addon b/scripts/create_addon index 88035ba73e..d72b7c0cb0 100755 --- a/scripts/create_addon +++ b/scripts/create_addon @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv diff --git a/scripts/extract b/scripts/extract index 7446862ecf..32a2218bec 100755 --- a/scripts/extract +++ b/scripts/extract @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv diff --git a/scripts/get b/scripts/get index 8cf1d7080c..5d58970205 100755 --- a/scripts/get +++ b/scripts/get @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv diff --git a/scripts/install b/scripts/install index 901fd79bf7..87947163bc 100755 --- a/scripts/install +++ b/scripts/install @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv diff --git a/scripts/unpack b/scripts/unpack index 45c4c01fdd..3abff190a1 100755 --- a/scripts/unpack +++ b/scripts/unpack @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv