Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2016 19:26:55 +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: r309932 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201612121926.uBCJQtnw089888@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Mon Dec 12 19:26:55 2016
New Revision: 309932
URL: https://svnweb.freebsd.org/changeset/base/309932

Log:
  Remove an unnecessary "return $?" at end of function

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

Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/wlanconfig	Mon Dec 12 19:24:52 2016	(r309931)
+++ head/usr.sbin/bsdinstall/scripts/wlanconfig	Mon Dec 12 19:26:55 2016	(r309932)
@@ -130,8 +130,6 @@ dialog_country_select()
 	)
 
 	country_set "$regdomain" "$country"
-
-	return $?
 }
 
 ############################################################ MAIN



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612121926.uBCJQtnw089888>