소스 검색

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