Remove unnecessary quotation to clean things up.

Approved by:	adrian (co-mentor) (implicit)
This commit is contained in:
Devin Teske 2012-10-26 02:50:14 +00:00
parent 04308bcd13
commit ffb5f4541b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242119

View file

@ -243,7 +243,7 @@ f_dialog_menu_netdev()
}
' )
printf "'%s%s' '%s'\n" \
"$ifn" "${active:+*}" "$(f_device_desc "$ifn")"
$ifn "${active:+*}" "$( f_device_desc $ifn )"
done
)
if [ ! "$interfaces" ]; then