1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00
This commit is contained in:
Jim Meyering
1995-03-20 15:10:37 +00:00
parent f371bb0b80
commit 429a8df30a

View File

@@ -1,8 +1,8 @@
#!/p/bin/perl5.000 -w
$join = 'join';
$join = './join';
$join = '/usr/bin/join';
$join = './join';
$test = 0;
$| = 1;