Don't use incorrect hardcoded path to ksh -- use /usr/bin/env

to find ksh instead

MFC after:	1 month
This commit is contained in:
Enji Cooper 2017-07-23 17:57:00 +00:00
parent 8b5e1472d2
commit aa52ad5489
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321387

View File

@ -1,4 +1,4 @@
#!/bin/ksh -p
#!/usr/bin/env ksh -p
/*
* CDDL HEADER START