diff options
| author | Ulf Samuelsson | 2008-03-30 00:10:47 +0100 |
|---|---|---|
| committer | Ulf Samuelsson | 2008-03-30 00:10:47 +0100 |
| commit | 0cc1cbe96ad6cfca467433464845efa4bd2c2a00 (patch) | |
| tree | 781f2259334738504da5d365e3714de5a9470498 /toolchain | |
| parent | Remove duplicate AVR32 patches, and add support for ARCH and conditional AVR3... (diff) | |
| download | buildroot-0cc1cbe96ad6cfca467433464845efa4bd2c2a00.tar.gz buildroot-0cc1cbe96ad6cfca467433464845efa4bd2c2a00.tar.xz buildroot-0cc1cbe96ad6cfca467433464845efa4bd2c2a00.zip | |
Force use of bash for patching
Diffstat (limited to 'toolchain')
| -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 |
