From ee36e8cf8fe26494552ce4eef51f6c6e7af66827 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Thu, 12 Dec 2013 16:41:20 -0600
Subject: [PATCH] bug: oddly, was missing that in another repo

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 scripts/chroot.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/chroot.sh b/scripts/chroot.sh
index 1e981a5a0..bc62bdbb8 100755
--- a/scripts/chroot.sh
+++ b/scripts/chroot.sh
@@ -745,7 +745,7 @@ cat > ${DIR}/chroot_script.sh <<-__EOF__
 				make PREFIX=/usr/local/ install
 			fi
 			chown -R ${user_name}:${user_name} /opt/dtc
-		then
+		fi
 	}
 
 	cleanup () {
-- 
GitLab