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:
parent
1179a1717e
commit
e0a576c245
@ -1,4 +1,4 @@
|
||||
#!/bin/ksh -p
|
||||
#!/usr/bin/env ksh -p
|
||||
|
||||
/*
|
||||
* CDDL HEADER START
|
||||
|
Loading…
Reference in New Issue
Block a user