From a4d6aee71d3b1d28638e61624d9cef8be76602ce Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Mon, 19 May 2014 04:40:02 +0000 Subject: [PATCH] remove trailing white space... fix spelling of unnecessary... --- tools/tools/makeroot/makeroot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tools/makeroot/makeroot.sh b/tools/tools/makeroot/makeroot.sh index 75b82599e188..1ef376b3c13b 100755 --- a/tools/tools/makeroot/makeroot.sh +++ b/tools/tools/makeroot/makeroot.sh @@ -160,7 +160,7 @@ if [ -n "${FILELIST}" ]; then while [ -n "${path}" ]; do echo ".${path}" path="${path%/*}" - done + done done) | sort -u ${BSDROOT}/METALOG - | \ awk ' !/ type=/ { file = $1 } @@ -199,7 +199,7 @@ done # /etc/rcorder.start allows the startup order to be stable even if # not all startup scripts are installed. In theory it should be -# unnecessicary, but dependencies in rc.d appear to be under recorded. +# unnecessary, but dependencies in rc.d appear to be under recorded. # This is a hack local to beri/cheribsd. # echo /etc/rc.d/FIRST > ${tmpdir}/rcorder.start