summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2014-05-19 04:40:02 +0000
committerjmg <jmg@FreeBSD.org>2014-05-19 04:40:02 +0000
commitfba7fa0179b2f2746d04f21736012d723a8178b2 (patch)
treefaadafe6c19b7500a5dfbc5fa5b1119ef73d77da /tools
parentb0752c36834e163965f74132ceccdcbebcdc8aba (diff)
downloadFreeBSD-src-fba7fa0179b2f2746d04f21736012d723a8178b2.zip
FreeBSD-src-fba7fa0179b2f2746d04f21736012d723a8178b2.tar.gz
remove trailing white space...
fix spelling of unnecessary...
Diffstat (limited to 'tools')
-rwxr-xr-xtools/tools/makeroot/makeroot.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/makeroot/makeroot.sh b/tools/tools/makeroot/makeroot.sh
index 75b8259..1ef376b 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
OpenPOWER on IntegriCloud