瀏覽代碼

Force use of bash for patching

Ulf Samuelsson 17 年之前
父節點
當前提交
0cc1cbe96a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      toolchain/patch-kernel.sh

+ 1 - 1
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