From ae692e294e3b1679c1eb0f7aedddc6fe943963da Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 26 Oct 2008 19:58:57 +0000 Subject: Don't quote $tunnel, Gentoo #218123. --- net/ifconfig.sh.Linux.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') diff --git a/net/ifconfig.sh.Linux.in b/net/ifconfig.sh.Linux.in index 36cb9c2..8c887fb 100644 --- a/net/ifconfig.sh.Linux.in +++ b/net/ifconfig.sh.Linux.in @@ -278,7 +278,7 @@ ifconfig_pre_start() metric=1000 ebegin "Creating tunnel ${IFVAR}" - iptunnel add "${tunnel}" + iptunnel add ${tunnel} eend $? } -- cgit v1.2.3