From f6a201706d45e5af59870b851e7794887d59d447 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Mon, 10 May 2010 20:11:21 +0200 Subject: [PATCH] use /bin/bash as install-sh uses bash syntax MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bashizm requires /bin/bash to be used instead of /bin/sh. Signed-off-by: Arkadiusz Miśkiewicz Signed-off-by: Christoph Hellwig --- include/install-sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/install-sh b/include/install-sh index 215e0d913..18c051fb8 100755 --- a/include/install-sh +++ b/include/install-sh @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # # Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved. # -- 2.47.2