From 09c9c4d8ec1da70b8a285f6ebdeb901b0abc063e Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Wed, 28 Jan 2015 15:18:59 -0600
Subject: [PATCH] chroot: cleanup log message

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

diff --git a/scripts/chroot.sh b/scripts/chroot.sh
index 8a3edcbdd..7942bab9e 100755
--- a/scripts/chroot.sh
+++ b/scripts/chroot.sh
@@ -37,11 +37,11 @@ check_defines () {
 
 	cd ${tempdir}/
 	test_tempdir=$(pwd -P)
-	cd -
+	cd ${DIR}/
 
 	if [ ! "x${tempdir}" = "x${test_tempdir}" ] ; then
 		tempdir="${test_tempdir}"
-		echo "tempdir: is really: [${test_tempdir}]"
+		echo "Log: tempdir is really: [${test_tempdir}]"
 	fi
 
 	if [ ! "${export_filename}" ] ; then
-- 
GitLab