From: dteske Date: Tue, 13 Dec 2016 02:13:20 +0000 (+0000) Subject: This statement has too many backslashes X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8179d41c00b400c75456d9799b050134d2e6804c;p=people%2Froyger%2Ffreebsd.git This statement has too many backslashes --- diff --git a/usr.sbin/bsdinstall/scripts/wlanconfig b/usr.sbin/bsdinstall/scripts/wlanconfig index eecee25529b7..fe2cea6d2996 100755 --- a/usr.sbin/bsdinstall/scripts/wlanconfig +++ b/usr.sbin/bsdinstall/scripts/wlanconfig @@ -278,7 +278,7 @@ while :; do done [ "$ENCRYPTION" ] || ENCRYPTION=$( echo "$NETWORKS" | - awk -F '\t' "/^\"$NETWORK\"\t/ { printf \"%s\n\", \\\$2 }" ) + awk -F '\t' "/^\"$NETWORK\"\t/ { printf \"%s\n\", \$2 }" ) if echo $ENCRYPTION | grep -q 'PSK'; then PASS=$( $DIALOG \