Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2016 18:43:42 +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: r309916 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201612121843.uBCIhgSx073161@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Mon Dec 12 18:43:42 2016
New Revision: 309916
URL: https://svnweb.freebsd.org/changeset/base/309916

Log:
  Be internally consistent (": > ..." is used elsewhere in this file)

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

Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/wlanconfig	Mon Dec 12 18:42:55 2016	(r309915)
+++ head/usr.sbin/bsdinstall/scripts/wlanconfig	Mon Dec 12 18:43:42 2016	(r309916)
@@ -143,7 +143,7 @@ dialog_country_select()
 
 ############################################################ MAIN
 
-echo -n > "$BSDINSTALL_TMPETC/wpa_supplicant.conf"
+: > "$BSDINSTALL_TMPETC/wpa_supplicant.conf"
 chmod 0600 "$BSDINSTALL_TMPETC/wpa_supplicant.conf"
 
 echo "ctrl_interface=/var/run/wpa_supplicant" >> "$BSDINSTALL_TMPETC/wpa_supplicant.conf"



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