diff options
Diffstat (limited to 'sh/gendepends.sh')
-rwxr-xr-x | sh/gendepends.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/gendepends.sh b/sh/gendepends.sh index b162e750..a2b2181a 100755 --- a/sh/gendepends.sh +++ b/sh/gendepends.sh @@ -63,7 +63,7 @@ for _dir in /etc/init.d /usr/local/etc/init.d; do [ "${one}" = "#!/sbin/runscript" ] || continue unset one two - SVCNAME=${SVCNAME##*/} + export SVCNAME=${SVCNAME##*/} ( # Save stdout in fd3, then remap it to stderr exec 3>&1 1>&2 |