summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorUlf Samuelsson2008-03-30 00:10:47 +0100
committerUlf Samuelsson2008-03-30 00:10:47 +0100
commit0cc1cbe96ad6cfca467433464845efa4bd2c2a00 (patch)
tree781f2259334738504da5d365e3714de5a9470498 /toolchain
parentRemove duplicate AVR32 patches, and add support for ARCH and conditional AVR3... (diff)
downloadbuildroot-0cc1cbe96ad6cfca467433464845efa4bd2c2a00.tar.gz
buildroot-0cc1cbe96ad6cfca467433464845efa4bd2c2a00.tar.xz
buildroot-0cc1cbe96ad6cfca467433464845efa4bd2c2a00.zip
Force use of bash for patching
Diffstat (limited to 'toolchain')
-rwxr-xr-xtoolchain/patch-kernel.sh2
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