diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-09-01 05:16:47 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-09-01 05:16:47 +0000 |
commit | 79bae3936c44a0f5dc3cd18567a0b7fcd00b1a0e (patch) | |
tree | 5dd17d60786dd2ead83f08e6f051e19e3c3e8343 /bin | |
parent | b7a2413d06975b7b53cbd4161ae812ecd0c521b6 (diff) |
fix perl path. not that anyone uses this, but..
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ksh/tests/th | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/tests/th b/bin/ksh/tests/th index a8ef7a97163..648428667ea 100644 --- a/bin/ksh/tests/th +++ b/bin/ksh/tests/th @@ -1,5 +1,5 @@ -#!/usr/local/bin/perl -# $OpenBSD: th,v 1.9 2003/03/10 03:48:16 david Exp $ +#!/usr/bin/perl +# $OpenBSD: th,v 1.10 2003/09/01 05:16:46 fgsch Exp $ # |