projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7066e8
)
Prepend srcdir to @INC@.
author
Jim Meyering
<jim@meyering.net>
Sat, 17 Aug 1996 18:33:27 +0000
(18:33 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 17 Aug 1996 18:33:27 +0000
(18:33 +0000)
tests/tr/build-script.pl
patch
|
blob
|
history
diff --git
a/tests/tr/build-script.pl
b/tests/tr/build-script.pl
index 0ae14a17a6da7d0eaf6e4b3fdb18314600505480..6a861121c030ed2f615f63cc8eb3870e53702cda 100755
(executable)
--- a/
tests/tr/build-script.pl
+++ b/
tests/tr/build-script.pl
@@
-3,6
+3,8
@@
# @configure_input@
require 5.002;
+
+BEGIN { push @INC, '@srcdir@' if '@srcdir@' ne '.'; }
use strict;
use Trtest;