diff options
-rwxr-xr-x | toolchain/patch-kernel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/patch-kernel.sh b/toolchain/patch-kernel.sh index 5a29c6773..e2e89486d 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 |