From 97217582866e279321f4749726cc641a7d2ef6fc Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Tue, 17 Jul 2018 01:52:09 +0300 Subject: [PATCH] libc: use ksh93 for extract-copyright.sh --- usr/src/lib/libc/extract-copyright.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/src/lib/libc/extract-copyright.sh b/usr/src/lib/libc/extract-copyright.sh index 20c5d0cfa9..350060e7da 100755 --- a/usr/src/lib/libc/extract-copyright.sh +++ b/usr/src/lib/libc/extract-copyright.sh @@ -1,4 +1,4 @@ -#! /usr/bin/ksh +#! /usr/bin/ksh93 # # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. -- 2.11.4.GIT