Author: dteske
Date: Mon Dec 12 18:34:21 2016
New Revision: 309911
URL: https://svnweb.freebsd.org/changeset/base/309911

Log:
  Group fallbacks together

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

Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/wlanconfig Mon Dec 12 18:33:40 2016        
(r309910)
+++ head/usr.sbin/bsdinstall/scripts/wlanconfig Mon Dec 12 18:34:21 2016        
(r309911)
@@ -177,8 +177,8 @@ if [ "$BSDINSTALL_CONFIGCURRENT" ]; then
        WLAN_IFACE=$( wpa_cli ifname | tail -n 1 )
        INPUT=$( ifconfig $WLAN_IFACE list regdomain | head -n 1 )
        DEF_REGDOMAIN=$( echo $INPUT | cut -w -f 2 )
-       [ "$DEF_REGDOMAIN" = 0 ] && DEF_REGDOMAIN="<not selected>"
        DEF_COUNTRY=$( echo $INPUT | cut -w -f 4 )
+       [ "$DEF_REGDOMAIN" = 0 ] && DEF_REGDOMAIN="<not selected>"
        [ "$DEF_COUNTRY" = 0 ] && DEF_COUNTRY="<not selected>"
        dialog --backtitle "FreeBSD Installer" --title "Regdomain/country" \
            --yesno "Change regdomain/country (now \
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to