summaryrefslogtreecommitdiff
path: root/sh/gendepends.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'sh/gendepends.sh.in')
-rw-r--r--sh/gendepends.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/gendepends.sh.in b/sh/gendepends.sh.in
index 8dab3c2..f78f3d3 100644
--- a/sh/gendepends.sh.in
+++ b/sh/gendepends.sh.in
@@ -58,10 +58,10 @@ do
continue
unset one two three
- export RC_SVCNAME=${RC_SERVICE##*/}
+ RC_SVCNAME=${RC_SERVICE##*/} ; export RC_SVCNAME
# Compat
- export SVCNAME=$RC_SVCNAME
+ SVCNAME=$RC_SVCNAME ; export SVCNAME
(
# Save stdout in fd3, then remap it to stderr