Date: Mon, 19 May 2014 04:40:03 +0000 (UTC) From: John-Mark Gurney <jmg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266425 - head/tools/tools/makeroot Message-ID: <201405190440.s4J4e3I2096028@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jmg Date: Mon May 19 04:40:02 2014 New Revision: 266425 URL: http://svnweb.freebsd.org/changeset/base/266425 Log: remove trailing white space... fix spelling of unnecessary... Modified: head/tools/tools/makeroot/makeroot.sh Modified: head/tools/tools/makeroot/makeroot.sh ============================================================================== --- head/tools/tools/makeroot/makeroot.sh Mon May 19 03:50:07 2014 (r266424) +++ head/tools/tools/makeroot/makeroot.sh Mon May 19 04:40:02 2014 (r266425) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405190440.s4J4e3I2096028>