svn commit: r251272 - head/usr.sbin/bsdconfig/share

Devin Teske dteske at FreeBSD.org
Sun Jun 2 23:08:21 UTC 2013


Author: dteske
Date: Sun Jun  2 23:08:21 2013
New Revision: 251272
URL: http://svnweb.freebsd.org/changeset/base/251272

Log:
  Fix a copy/paste error within a comment.

Modified:
  head/usr.sbin/bsdconfig/share/strings.subr

Modified: head/usr.sbin/bsdconfig/share/strings.subr
==============================================================================
--- head/usr.sbin/bsdconfig/share/strings.subr	Sun Jun  2 23:06:33 2013	(r251271)
+++ head/usr.sbin/bsdconfig/share/strings.subr	Sun Jun  2 23:08:21 2013	(r251272)
@@ -253,7 +253,7 @@ f_str2varname()
 #
 # 	foo="abc'123"
 # 	f_shell_escape "$foo" bar # bar=[abc'\''123]
-# 	eval echo \'$foo\' # produces abc'123
+# 	eval echo \'$bar\' # produces abc'123
 #
 # This is helpful when processing an argument list that has to retain its
 # escaped structure for later evaluations.


More information about the svn-src-head mailing list