From b5853c5853644de5b25b95b266de08780e9c1d5c Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 23 Nov 2018 23:21:29 +0100 Subject: Spaces to tabs --- patch-kernel.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patch-kernel.sh b/patch-kernel.sh index 793e92c..609a37b 100755 --- a/patch-kernel.sh +++ b/patch-kernel.sh @@ -7,8 +7,8 @@ if ! cd "$1"; then fi if [[ ! -e net/Kconfig ]]; then - echo "You must specify the location of kernel sources as the first argument." >&2 - exit 1 + echo "You must specify the location of kernel sources as the first argument." >&2 + exit 1 fi if ! [[ $(< Makefile) =~ VERSION[[:space:]]*=[[:space:]]*([0-9]+).*PATCHLEVEL[[:space:]]*=[[:space:]]*([0-9]+).*SUBLEVEL[[:space:]]*=[[:space:]]*([0-9]+) ]]; then -- cgit v1.2.3-59-g8ed1b