From c56fa3989464679bbfef15d1e28ee4c883f860f1 Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pj@pehjota.net>
Date: Sun, 17 Jan 2016 16:37:50 -0500
Subject: cmd/installer-pc: Fix syntax error

---
(limited to 'src/cmd')

diff --git a/src/cmd/installer-pc.sh b/src/cmd/installer-pc.sh
index 348838e..ce155f3 100644
--- a/src/cmd/installer-pc.sh
+++ b/src/cmd/installer-pc.sh
@@ -86,7 +86,7 @@ cmd_installer_pc_main()
 			EOF
 		# This ln command won't be needed once lilo 24.1-1 is uploaded.
 		ln "${root}/boot/vmlinuz" "${root}/boot/vmlinuz.old"
-		if ! session_begin "${root}" . : false
+		if ! session_begin "${root}" . : false; then
 			block_umount "${root}"
 			return 2
 		fi
--
cgit v0.9.1