Преглед на файлове

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