Paul Eggert wrote:
For the PATH problem, one possibility is that your shell is
buggy, and isn't respecting PATH properly. You might be
able to debug this with sh -x.
My shell is bash, and it seems to respect PATH.
I have received a confirmation from Matias Fonzo that the check fails
for him
* tests/Makefile.am (TESTS_ENVIRONMENT):
Use "FOO=val; export FOO" rather than "export FOO=val",
as the latter form doesn't work with Solaris /bin/sh.
---
tests/Makefile.am | 35 +--
1 file changed, 17 insertions(+), 18 deletions(-)
diff --git a/tests/Makefile.am b
* .gitignore: Add *.trs.
* lib/.gitignore: Add unused-parameter.h.
---
.gitignore | 1 +
lib/.gitignore | 1 +
2 files changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 69ae342..955ceb4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@
*.lineno
*.log
*.o
+*.trs
*~
On 04/10/13 09:29, Antonio Diaz Diaz wrote:
> I think the problem is in the way gzip scripts try to locate executables.
Thanks for tracking it down. I see the problem now. Gzip uses a
different style of finding executables, where one can copy
an executable to a different directory without chang