summaryrefslogtreecommitdiff
path: root/sh/ifwatchd-carrier.sh.in
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-04-26 21:13:26 +0000
committerRoy Marples <roy@marples.name>2009-04-26 21:13:26 +0000
commit2b866f264fa2ea9cda891018234414c4f4942eb8 (patch)
tree4e0083f36d53b61ee4d3e54495e46af5a1eab3e8 /sh/ifwatchd-carrier.sh.in
parent59574780da461ea08af57a0bb322268369f89abc (diff)
downloadopenrc-2b866f264fa2ea9cda891018234414c4f4942eb8.tar.gz
openrc-2b866f264fa2ea9cda891018234414c4f4942eb8.tar.bz2
openrc-2b866f264fa2ea9cda891018234414c4f4942eb8.tar.xz
Stop using needless {} in vars
Diffstat (limited to 'sh/ifwatchd-carrier.sh.in')
-rw-r--r--sh/ifwatchd-carrier.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/ifwatchd-carrier.sh.in b/sh/ifwatchd-carrier.sh.in
index ec9c5ab..3b1dc44 100644
--- a/sh/ifwatchd-carrier.sh.in
+++ b/sh/ifwatchd-carrier.sh.in
@@ -2,4 +2,4 @@
# Wrapper for ifwatchd(8)
export IN_BACKGROUND=yes
-${RC_SERVICE} --quiet start
+$RC_SERVICE --quiet start