From: Ulf Samuelsson Date: Sat, 29 Mar 2008 23:10:47 +0000 (-0000) Subject: Force use of bash for patching X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0cc1cbe96ad6cfca467433464845efa4bd2c2a00;p=buildroot.git Force use of bash for patching --- diff --git a/toolchain/patch-kernel.sh b/toolchain/patch-kernel.sh index 5a29c6773a..e2e89486d3 100755 --- a/toolchain/patch-kernel.sh +++ b/toolchain/patch-kernel.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # A little script I whipped up to make it easy to # patch source trees and have sane error handling # -Erik