Don't quote $tunnel, Gentoo #218123.

This commit is contained in:
Roy Marples 2008-10-26 19:58:57 +00:00
parent f6e3c167ae
commit ae692e294e

View File

@ -278,7 +278,7 @@ ifconfig_pre_start()
metric=1000
ebegin "Creating tunnel ${IFVAR}"
iptunnel add "${tunnel}"
iptunnel add ${tunnel}
eend $?
}