1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 00:07:51 +02:00

Test tr in $PATH, not ./tr.

This commit is contained in:
Jim Meyering
1995-05-12 02:11:06 +00:00
parent 01eb16e339
commit 63c91c859f
+1
View File
@@ -1,6 +1,7 @@
#!/p/bin/perl5.000 -w
$tr = '../tr +io 5';
$tr = './tr';
$tr = 'tr';
$test = 0;
$| = 1;