Просмотр исходного кода

Force use of bash for patching

Ulf Samuelsson 18 лет назад
Родитель
Сommit
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
 # A little script I whipped up to make it easy to
 # patch source trees and have sane error handling
 # patch source trees and have sane error handling
 # -Erik
 # -Erik