[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: shell for "make check"
From: |
Thien-Thi Nguyen |
Subject: |
Re: shell for "make check" |
Date: |
Fri, 30 Mar 2012 15:59:49 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) |
() <address@hidden>
() 30 Mar 2012 10:32:01 -0000
Hello, RCS maintainers!
When I ran "make check", I had to specify
TESTS_ENVIRONMENT='PATHPREFIX="$(PATHPREFIX)" bash'
because some test scripts uses new $() notation,
instead of backquotes.
Thanks. This is a known problem, fixed in the repo:
http://git.savannah.gnu.org/cgit/rcs.git/commit/?id=c3d4d4a95
Regrettably, a full audit for bashisms has not yet been
performed, and you might run into other (similar) problems.
I hope you will report them, too, before the next release.
(Hmm, i wonder if there is a program to do this kind of audit...)