aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall/scripts
diff options
context:
space:
mode:
authorDevin Teske <dteske@FreeBSD.org>2016-12-13 02:13:20 +0000
committerDevin Teske <dteske@FreeBSD.org>2016-12-13 02:13:20 +0000
commitdba958af5db6eb2a900125b36c302faba307fcba (patch)
treef7558c9e06b627c67b5fbaf53ebec110a3977383 /usr.sbin/bsdinstall/scripts
parentbe34885e2a7f72ac497d63fa935541b3efbd35af (diff)
Notes
Diffstat (limited to 'usr.sbin/bsdinstall/scripts')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/wlanconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/wlanconfig b/usr.sbin/bsdinstall/scripts/wlanconfig
index eecee25529b7d..fe2cea6d2996d 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 \