svn commit: r309960 - head/usr.sbin/bsdinstall/scripts

Devin Teske dteske at FreeBSD.org
Tue Dec 13 00:18:52 UTC 2016


Author: dteske
Date: Tue Dec 13 00:18:51 2016
New Revision: 309960
URL: https://svnweb.freebsd.org/changeset/base/309960

Log:
  Add missing backslash (no real effect; it's pedantic and correct for
  the interpolation level)

Modified:
  head/usr.sbin/bsdinstall/scripts/wlanconfig

Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/wlanconfig	Tue Dec 13 00:02:59 2016	(r309959)
+++ head/usr.sbin/bsdinstall/scripts/wlanconfig	Tue Dec 13 00:18:51 2016	(r309960)
@@ -132,7 +132,7 @@ dialog_country_select()
 		--title \"\$DIALOG_TITLE\" \
 		--backtitle \"\$DIALOG_BACKTITLE\" \
 		--cancel-label \"\$msg_skip\" \
-		--default-item \"$default_country\" \
+		--default-item \"\$default_country\" \
 		--menu \"Select your country.\" \
 		$height $width $rows \
 		$countries \


More information about the svn-src-all mailing list