Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2014 04:49:55 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r262652 - stable/10/tools/tools/makeroot
Message-ID:  <201403010449.s214ntOC070939@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Sat Mar  1 04:49:55 2014
New Revision: 262652
URL: http://svnweb.freebsd.org/changeset/base/262652

Log:
  MFC r261302:
  
  	The -B flag is intended to take an argument.
  
  	Fix a couple typos in comments.
  
  Sponsored by:	DARPA, AFRL

Modified:
  stable/10/tools/tools/makeroot/makeroot.sh
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/tools/tools/makeroot/makeroot.sh
==============================================================================
--- stable/10/tools/tools/makeroot/makeroot.sh	Sat Mar  1 04:44:33 2014	(r262651)
+++ stable/10/tools/tools/makeroot/makeroot.sh	Sat Mar  1 04:49:55 2014	(r262652)
@@ -65,7 +65,7 @@ atexit()
 }
 
 DEBUG=
-# Allow duplice manifest entries when not file list is given because the
+# Allow duplicate manifest entries when not file list is given because the
 # FreeBSD METALOG still includes it.
 DUPFLAG=-D
 EXTRAS=
@@ -75,7 +75,7 @@ KEYDIR=
 KEYUSERS=
 PASSWD=
 
-while getopts "Bde:f:g:K:k:p:s:" opt; do
+while getopts "B:de:f:g:K:k:p:s:" opt; do
 	case "$opt" in
 	B)	BFLAG="-B ${OPTARG}" ;;
 	d)	DEBUG=1 ;;
@@ -174,7 +174,7 @@ else
 		/ type=/ { if ($1 != file) {print} }' >> ${manifest}
 fi
 
-# For each extras file, add contents kyes relative to the directory the
+# For each extras file, add contents keys relative to the directory the
 # manifest lives in for each file line that does not have one.  Adjust
 # contents keys relative to ./ to be relative to the same directory.
 for eman in ${EXTRAS}; do



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403010449.s214ntOC070939>