From 873a15491f198a4207c40ebe9f51eb58d57c0463 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sat, 30 Jul 2016 06:25:21 +0000 Subject: This is effectively a ksh(1) script. --- usr.sbin/rcctl/rcctl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/rcctl') 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 # Copyright (c) 2014 Ingo Schwarze -- cgit v1.2.3-59-g8ed1b