svn commit: r309916 - head/usr.sbin/bsdinstall/scripts

Devin Teske dteske at FreeBSD.org
Mon Dec 12 18:43:44 UTC 2016


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"


More information about the svn-src-head mailing list