I wrote:
> re http://savannah.gnu.org/bugs/?23647
...
> Thanks for the report, but I have a hard time taking seriously any attempt to
> do development on case-insensitive file systems.
>
> Perhaps a better way to work around it is simply to suggest (via README) to
> run "perl -pi -e 's/bIDb/IDD/' src/Makefile" after running configure.

FYI, the above line was mangled between the web UI (where it's correct)
and email, where each "\b" was converted to a "b":

  run "perl -pi -e 's/\bID\b/IDD/' src/Makefile" after running configure.


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to