Avoid hard-coding a path to ksh in scripts that are executed directly by

the test harness. This is a problem in many of the *.ksh test scripts as
well, but those scripts are executed using a shell whose path is specified
in dtest.pl, so there's no need to modify them.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2015-02-03 06:22:46 +00:00
parent 3022ac78d3
commit feb031ce37
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278139
11 changed files with 11 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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