]> xenbits.xensource.com Git - people/royger/freebsd.git/commitdiff
Add missing backslash (no real effect; it's pedantic and correct for
authordteske <dteske@FreeBSD.org>
Tue, 13 Dec 2016 00:18:51 +0000 (00:18 +0000)
committerdteske <dteske@FreeBSD.org>
Tue, 13 Dec 2016 00:18:51 +0000 (00:18 +0000)
the interpolation level)

usr.sbin/bsdinstall/scripts/wlanconfig

index 0c1d9a6cf6c3235f9ef44e02aa93cb2c0a756c63..2850e1a80b49634da5da5451e954cdbf3214ed44 100755 (executable)
@@ -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 \