diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-11-06 23:21:38 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-11-06 23:21:40 +0000 |
commit | dabd8b22ca2313e217cc26a4d30b72b777d771ac (patch) | |
tree | ca512fd1115d0966a13e3af744ffb9b554948847 /net/tuntap.sh | |
parent | 54562d3525ae99a7982b4e506978dc0b875c240c (diff) |
checkbashisms: export syntax.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'net/tuntap.sh')
-rw-r--r-- | net/tuntap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tuntap.sh b/net/tuntap.sh index d0f24c58..331fd83f 100644 --- a/net/tuntap.sh +++ b/net/tuntap.sh @@ -11,7 +11,7 @@ _config_vars="$_config_vars iproute2 openvpn tunctl" _is_tuntap() { - [ -n "$(export RC_SVCNAME="net.${IFACE}"; service_get_value tuntap)" ] + [ -n "$(RC_SVCNAME="net.${IFACE}"; export RC_SVCNAME ; service_get_value tuntap)" ] } tuntap_pre_start() |