summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-23 22:22:18 +0000
committerRoy Marples <roy@marples.name>2007-11-23 22:22:18 +0000
commit6bc37fd203298f8467d70da4d7bbc37a2e2192bb (patch)
tree52631f18a50ad81982eb2da48c4a62334c72702e /sh
parent5f120db647e59eada6b434243d796bd31792bdad (diff)
downloadopenrc-6bc37fd203298f8467d70da4d7bbc37a2e2192bb.tar.gz
openrc-6bc37fd203298f8467d70da4d7bbc37a2e2192bb.tar.bz2
openrc-6bc37fd203298f8467d70da4d7bbc37a2e2192bb.tar.xz
this is still an env var
Diffstat (limited to 'sh')
-rwxr-xr-xsh/runscript.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/runscript.sh b/sh/runscript.sh
index 78433e8..162efb2 100755
--- a/sh/runscript.sh
+++ b/sh/runscript.sh
@@ -59,7 +59,7 @@ describe() {
done
}
-yesno ${rc_debug} && set -x
+yesno ${RC_DEBUG} && set -x
# If we're net.eth0 or openvpn.work then load net or openvpn config
_c=${SVCNAME%%.*}