diff options
| author | Devin Teske <dteske@FreeBSD.org> | 2016-12-13 02:12:00 +0000 |
|---|---|---|
| committer | Devin Teske <dteske@FreeBSD.org> | 2016-12-13 02:12:00 +0000 |
| commit | be34885e2a7f72ac497d63fa935541b3efbd35af (patch) | |
| tree | 2f57bfca69d294aba195b00f55b2874802ed31c0 /usr.sbin/bsdinstall/scripts | |
| parent | 5943bcd19f8450210c072fbd0cfbac1aff7e2426 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/bsdinstall/scripts')
| -rwxr-xr-x | usr.sbin/bsdinstall/scripts/wlanconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/wlanconfig b/usr.sbin/bsdinstall/scripts/wlanconfig index 9b26196d551d3..eecee25529b7d 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 \ |
