summaryrefslogtreecommitdiff
path: root/usr.sbin/rcctl
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2020-03-31 08:03:45 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2020-03-31 08:03:45 +0000
commitdca268843900161e2ba0aea02695aa3fc052a566 (patch)
treea25b587d9d62d4509fe9167ab21d75321b62e42a /usr.sbin/rcctl
parent47d6e8b7bd588b3011fde08ed5f29e22e94d6ee3 (diff)
Missing semi-colons.
Diffstat (limited to 'usr.sbin/rcctl')
-rw-r--r--usr.sbin/rcctl/rcctl.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/rcctl/rcctl.sh b/usr.sbin/rcctl/rcctl.sh
index 88085a5865b..b7bd820fa05 100644
--- a/usr.sbin/rcctl/rcctl.sh
+++ b/usr.sbin/rcctl/rcctl.sh
@@ -1,6 +1,6 @@
#!/bin/ksh
#
-# $OpenBSD: rcctl.sh,v 1.107 2018/10/21 21:20:40 ajacoutot Exp $
+# $OpenBSD: rcctl.sh,v 1.108 2020/03/31 08:03:44 ajacoutot Exp $
#
# Copyright (c) 2014, 2015 Antoine Jacoutot <ajacoutot@openbsd.org>
# Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -239,6 +239,7 @@ svc_ls()
;;
*)
_ret=1
+ ;;
esac
return ${_ret}