浏览代码

build: fix shebang line

Remove space between sharp-exclamation and interpreter.

Signed-off-by: Michael Seibt <[email protected]>
Michael Seibt 1 年之前
父节点
当前提交
404c76f78a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/patch-kernel.sh

+ 1 - 1
scripts/patch-kernel.sh

@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # A little script I whipped up to make it easy to
 # patch source trees and have sane error handling
 # -Erik