mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
8b5e1472d2
commit
aa52ad5489
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/ksh -p
|
||||
#!/usr/bin/env ksh -p
|
||||
|
||||
/*
|
||||
* CDDL HEADER START
|
||||
|
|
|
|||
Loading…
Reference in a new issue