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

Log:
  Consolidate locals

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

Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/wlanconfig Mon Dec 12 18:20:56 2016        
(r309905)
+++ head/usr.sbin/bsdinstall/scripts/wlanconfig Mon Dec 12 18:21:56 2016        
(r309906)
@@ -37,9 +37,7 @@ f_include $BSDCFG_SHARE/dialog.subr
 
 country_set()
 {
-       local error_str
-       local iface_up
-       local ifconfig_args=
+       local error_str iface_up ifconfig_args=
 
        #
        # Setup what was selected
@@ -91,13 +89,9 @@ country_set()
 
 dialog_country_select()
 {
-       local input
+       local input regdomains countries regdomain country
        local def_item_regdomain=
        local def_item_country=
-       local regdomains
-       local countries
-       local regdomain
-       local country
 
        #
        # Parse available countries/regdomains
_______________________________________________
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