aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-10-26 19:58:57 +0000
committerRoy Marples <roy@marples.name>2008-10-26 19:58:57 +0000
commitae692e294e3b1679c1eb0f7aedddc6fe943963da (patch)
treef454afee755d14776594c62f0013060c70490fcf /net
parentf6e3c167aedad8c40cfab94e4bf0371a3ce04878 (diff)
Don't quote $tunnel, Gentoo #218123.
Diffstat (limited to 'net')
-rw-r--r--net/ifconfig.sh.Linux.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ifconfig.sh.Linux.in b/net/ifconfig.sh.Linux.in
index 36cb9c27..8c887fbc 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 $?
}