diff options
author | Jim Meyering <jim@meyering.net> | 2003-05-14 09:50:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-05-14 09:50:55 +0000 |
commit | 13f017568fa03384dea3a5e39ebfa1a76e758016 (patch) | |
tree | 9919d3f5b7aa25a4e2a777b2908ba893cecac2fa /tests/tr | |
parent | 39beb31640dcca45f7ec58da37fc3f56efe1b321 (diff) | |
download | coreutils-13f017568fa03384dea3a5e39ebfa1a76e758016.tar.xz |
.
Diffstat (limited to 'tests/tr')
-rw-r--r-- | tests/tr/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tr/Makefile.am b/tests/tr/Makefile.am index a3ca22856..c927bdfcb 100644 --- a/tests/tr/Makefile.am +++ b/tests/tr/Makefile.am @@ -28,7 +28,7 @@ empty-eq.E empty-cc.O empty-cc.E EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen) noinst_SCRIPTS = $x-tests -editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g' +editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,$(srcdir),g' TESTS = $x-tests |