[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Patch] Some fixes for the MinGW port
From: |
Kevin Ryde |
Subject: |
Re: [Patch] Some fixes for the MinGW port |
Date: |
Thu, 04 Jan 2007 08:25:17 +1100 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
Cesar Strauss <address@hidden> writes:
>
> - The colon, when used as a delimiter in a sed command, conflicts with
> paths that include a drive letter (e.g. 'c:/mingw/bin').
>
> - -e s:@-bindir-@:${bindir}: \
> + -e 's|@-bindir-@|${bindir}|' \
Thanks. Though I think the best advice concerning drive letters is
"don't do that" :-).