From e92fe49e4275a3e686ae0b210959259f6c11c141 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 12 Dec 2017 14:33:30 +0900 Subject: [PATCH] remove white space at the end of line --- 20-grubby.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/20-grubby.install b/20-grubby.install index 418c4b6..e059125 100755 --- a/20-grubby.install +++ b/20-grubby.install @@ -47,5 +47,5 @@ esac # skip other installation plugins, if we can't find a boot loader spec conforming setup if ! [[ -d /boot/loader/entries || -L /boot/loader/entries ]]; then - exit 77 + exit 77 fi