aboutsummaryrefslogtreecommitdiff
path: root/net/macvlan.sh
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-11-06 23:21:38 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-11-06 23:21:40 +0000
commitdabd8b22ca2313e217cc26a4d30b72b777d771ac (patch)
treeca512fd1115d0966a13e3af744ffb9b554948847 /net/macvlan.sh
parent54562d3525ae99a7982b4e506978dc0b875c240c (diff)
checkbashisms: export syntax.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'net/macvlan.sh')
-rw-r--r--net/macvlan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/macvlan.sh b/net/macvlan.sh
index 86a659c4..1b95f5c0 100644
--- a/net/macvlan.sh
+++ b/net/macvlan.sh
@@ -12,7 +12,7 @@ macvlan_depend()
_is_macvlan()
{
- [ -n "$(export RC_SVCNAME="net.${IFACE}"; service_get_value macvlan)" ]
+ [ -n "$(RC_SVCNAME="net.${IFACE}"; export RC_SVCNAME ; service_get_value macvlan)" ]
}
macvlan_pre_start()