Cesar Strauss <[EMAIL PROTECTED]> 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" :-). _______________________________________________ Bug-guile mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-guile
