]> xenbits.xensource.com Git - people/royger/freebsd.git/commitdiff
This statement has too many backslashes
authordteske <dteske@FreeBSD.org>
Tue, 13 Dec 2016 02:13:20 +0000 (02:13 +0000)
committerdteske <dteske@FreeBSD.org>
Tue, 13 Dec 2016 02:13:20 +0000 (02:13 +0000)
usr.sbin/bsdinstall/scripts/wlanconfig

index eecee25529b7d285146e116509507a4f01c448ba..fe2cea6d2996d73f26218a67bc2a7576fa9f194e 100755 (executable)
@@ -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 \