From: Arkadiusz Miśkiewicz Date: Mon, 10 May 2010 18:11:21 +0000 (+0200) Subject: use /bin/bash as install-sh uses bash syntax X-Git-Tag: v3.1.3~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6a201706d45e5af59870b851e7794887d59d447;p=thirdparty%2Fxfsprogs-dev.git use /bin/bash as install-sh uses bash syntax Bashizm requires /bin/bash to be used instead of /bin/sh. Signed-off-by: Arkadiusz Miśkiewicz Signed-off-by: Christoph Hellwig --- 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. #