24fce8
From 7ee039e026fe02e01dd4c7fd2b18682b8737697c Mon Sep 17 00:00:00 2001
24fce8
From: marcosfrm <marcosfrm@users.noreply.github.com>
24fce8
Date: Tue, 6 Oct 2015 08:40:44 -0300
24fce8
Subject: [PATCH 18/55] Add missing space
24fce8
24fce8
---
24fce8
 new-kernel-pkg | 2 +-
24fce8
 1 file changed, 1 insertion(+), 1 deletion(-)
24fce8
24fce8
diff --git a/new-kernel-pkg b/new-kernel-pkg
24fce8
index 997fb1f4987..9f56c470b4a 100755
24fce8
--- a/new-kernel-pkg
24fce8
+++ b/new-kernel-pkg
24fce8
@@ -925,7 +925,7 @@ fi
24fce8
 # to by-pass writeback delay.
24fce8
 # PPC64LE-only to deal with Petitboot issues
24fce8
 if [ "$ARCH" = "ppc64le" ]; then
24fce8
-    sync && mountpoint -q /boot &&fsfreeze -f /boot && fsfreeze -u /boot
24fce8
+    sync && mountpoint -q /boot && fsfreeze -f /boot && fsfreeze -u /boot
24fce8
 fi
24fce8
 
24fce8
 exit 0
24fce8
-- 
24fce8
2.17.1
24fce8