diff options
author | Roy Marples <roy@marples.name> | 2008-10-26 19:58:57 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-10-26 19:58:57 +0000 |
commit | ae692e294e3b1679c1eb0f7aedddc6fe943963da (patch) | |
tree | f454afee755d14776594c62f0013060c70490fcf | |
parent | f6e3c167aedad8c40cfab94e4bf0371a3ce04878 (diff) |
Don't quote $tunnel, Gentoo #218123.
-rw-r--r-- | net/ifconfig.sh.Linux.in | 2 |
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 $? } |