Re: shell for "make check"

Thien-Thi Nguyen <[email protected]> Fri, 30 Mar 2012 15:59:49 +0200
Newsgroups gmane.comp.version-control.rcs.bugs
Message-ID <[email protected]>
() <[email protected]>
() 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...)