Add a missing quote

Spotted by: ru
This commit is contained in:
Brian Somers 2006-08-17 19:57:10 +00:00
parent ccb43d66aa
commit 5f9d14bd5f

View File

@ -34,7 +34,7 @@ dhclient_start()
fi
eval specific=\$background_dhclient_$ifn
if [ -n "$specific ]; then
if [ -n "$specific" ]; then
if checkyesno background_dhclient_$ifn; then
rc_flags="${rc_flags} -b"
fi