summaryrefslogtreecommitdiff
path: root/src/rc/runscript.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc/runscript.c')
-rw-r--r--src/rc/runscript.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/runscript.c b/src/rc/runscript.c
index b7e9f35..d121584 100644
--- a/src/rc/runscript.c
+++ b/src/rc/runscript.c
@@ -1289,7 +1289,7 @@ runscript(int argc, char **argv)
longopts, (int *)0)) != -1)
switch (opt) {
case 'd':
- setenv("RC_DEBUG", "yes", 1);
+ setenv("RC_DEBUG", "YES", 1);
break;
case 's':
if (!(rc_service_state(service) & RC_SERVICE_STARTED))