diff options
author | Jim Meyering <jim@meyering.net> | 1996-02-21 19:53:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-02-21 19:53:35 +0000 |
commit | 79b86f69e60cb39c2d2a01392512de38a33dea7d (patch) | |
tree | 4d457fd3995922fe593d64a57497b4a0a0953b0f /tests/join/build-script | |
parent | 4d81490eb3ab0792e99602930bd16bd0b9c0089d (diff) | |
download | coreutils-79b86f69e60cb39c2d2a01392512de38a33dea7d.tar.xz |
.
Diffstat (limited to 'tests/join/build-script')
-rwxr-xr-x | tests/join/build-script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/join/build-script b/tests/join/build-script index f31a27112..c55cf3449 100755 --- a/tests/join/build-script +++ b/tests/join/build-script @@ -1,4 +1,4 @@ -#!/p/bin/perl5.000 -w +#!/usr/bin/perl -w $join = 'join'; $join = '/usr/bin/join'; |