checkbashisms: export syntax.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson
2012-11-06 23:21:38 +00:00
parent 54562d3525
commit dabd8b22ca
3 changed files with 3 additions and 3 deletions

View File

@@ -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()