diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2016-07-30 06:25:22 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2016-07-30 06:25:22 +0000 |
commit | 48dd9099315ea4c43c6e4c0902546c65516f8446 (patch) | |
tree | c55f68151c77b31efc340f5c55ea89b42384c496 /usr.sbin/rcctl/rcctl.sh | |
parent | 504cca6cdb1359a366237bb2195be0c746cabb21 (diff) |
This is effectively a ksh(1) script.
Diffstat (limited to 'usr.sbin/rcctl/rcctl.sh')
-rw-r--r-- | usr.sbin/rcctl/rcctl.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rcctl/rcctl.sh b/usr.sbin/rcctl/rcctl.sh index e386e1dd1b1..2fae9913047 100644 --- a/usr.sbin/rcctl/rcctl.sh +++ b/usr.sbin/rcctl/rcctl.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!/bin/ksh # -# $OpenBSD: rcctl.sh,v 1.103 2016/07/19 08:28:03 sthen Exp $ +# $OpenBSD: rcctl.sh,v 1.104 2016/07/30 06:25:21 ajacoutot Exp $ # # Copyright (c) 2014, 2015 Antoine Jacoutot <ajacoutot@openbsd.org> # Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org> |