From owner-svn-src-head@FreeBSD.ORG Fri Oct 26 02:50:15 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 80552A5F; Fri, 26 Oct 2012 02:50:15 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 67F928FC08; Fri, 26 Oct 2012 02:50:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9Q2oFiO005102; Fri, 26 Oct 2012 02:50:15 GMT (envelope-from dteske@svn.freebsd.org) Received: (from dteske@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9Q2oF4e005099; Fri, 26 Oct 2012 02:50:15 GMT (envelope-from dteske@svn.freebsd.org) Message-Id: <201210260250.q9Q2oF4e005099@svn.freebsd.org> From: Devin Teske Date: Fri, 26 Oct 2012 02:50:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r242119 - head/usr.sbin/bsdconfig/networking/share X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2012 02:50:15 -0000 Author: dteske Date: Fri Oct 26 02:50:14 2012 New Revision: 242119 URL: http://svn.freebsd.org/changeset/base/242119 Log: Remove unnecessary quotation to clean things up. Approved by: adrian (co-mentor) (implicit) Modified: head/usr.sbin/bsdconfig/networking/share/device.subr Modified: head/usr.sbin/bsdconfig/networking/share/device.subr ============================================================================== --- head/usr.sbin/bsdconfig/networking/share/device.subr Fri Oct 26 02:49:12 2012 (r242118) +++ head/usr.sbin/bsdconfig/networking/share/device.subr Fri Oct 26 02:50:14 2012 (r242119) @@ -243,7 +243,7 @@ f_dialog_menu_netdev() } ' ) printf "'%s%s' '%s'\n" \ - "$ifn" "${active:+*}" "$(f_device_desc "$ifn")" + $ifn "${active:+*}" "$( f_device_desc $ifn )" done ) if [ ! "$interfaces" ]; then