aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/patch-kernel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/patch-kernel.sh b/scripts/patch-kernel.sh
index c2b7e72049..52750dde6e 100755
--- a/scripts/patch-kernel.sh
+++ b/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