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:
ngie 2017-07-23 17:57:00 +00:00
parent 1179a1717e
commit e0a576c245

View File

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