diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-25 12:38:07 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-25 12:38:07 +0000 |
commit | 71ec949299cd46e2df5d811187cac54d7dde2e7b (patch) | |
tree | 045591cd74f25607deb7ac1d02fd94b5ccf99c40 /bin/ksh/tests | |
parent | 03abe9b1bcd7af738406e8ca96bd745609d006d5 (diff) |
Fix problems with compiling without KSH defined, add NOEDIT override.
Diffstat (limited to 'bin/ksh/tests')
-rw-r--r-- | bin/ksh/tests/th | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ksh/tests/th b/bin/ksh/tests/th index 340cbe2d5dc..ebe54718ece 100644 --- a/bin/ksh/tests/th +++ b/bin/ksh/tests/th @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Test harness for pdksh tests. |