From 221e8eae54b64725ac0680c3d3455f2531800dbe Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Thu, 27 Mar 2014 15:17:36 +0200 Subject: [PATCH] buildsys: we require bash --- scripts/ccache_stats | 2 +- scripts/checkdeps | 2 +- scripts/git_version | 2 +- scripts/image | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/ccache_stats b/scripts/ccache_stats index a706f8317f..b2617b5ef6 100755 --- a/scripts/ccache_stats +++ b/scripts/ccache_stats @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv diff --git a/scripts/checkdeps b/scripts/checkdeps index 56fa386191..d820ef16cd 100755 --- a/scripts/checkdeps +++ b/scripts/checkdeps @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv diff --git a/scripts/git_version b/scripts/git_version index 3628849a18..dbe2de3132 100755 --- a/scripts/git_version +++ b/scripts/git_version @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv diff --git a/scripts/image b/scripts/image index df08a247ad..a94bd30ff6 100755 --- a/scripts/image +++ b/scripts/image @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv