Date: Sun, 2 Jun 2013 23:08:21 +0000 (UTC) From: Devin Teske <dteske@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r251272 - head/usr.sbin/bsdconfig/share Message-ID: <201306022308.r52N8LcW089824@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306022308.r52N8LcW089824>