cvs commit: fptools Makefile
Simon Marlow <[email protected]> Fri, 28 Apr 2006 01:42:14 -0700
| Newsgroups | gmane.comp.lang.haskell.cvs.fptools |
|---|---|
| Message-ID | <[email protected]> |
simonmar 2006/04/28 01:42:14 PDT
Modified files: (Branch: ghc-6-4-branch)
. Makefile
Log:
"tr A-Z a-z" is more portably written as "tr [A-Z] [a-z]", apparently
(this code isn't in the HEAD, fortunately)
Revision Changes Path
1.119.2.8 +2 -2 fptools/Makefile