From 0cc1cbe96ad6cfca467433464845efa4bd2c2a00 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sat, 29 Mar 2008 23:10:47 +0000 Subject: [PATCH] Force use of bash for patching --- toolchain/patch-kernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2