libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Darwin and archive_cmds quoting


From: Kevin Ryde
Subject: Re: Darwin and archive_cmds quoting
Date: 17 Apr 2001 08:56:33 +1000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5

I wrote:
> so maybe it's sed.

Or maybe not.

    eval "bar=\\\"\` echo \"\$quote\" \`\\\""
    echo $bar

in bash gives what I assume is the expected result

    "s/\([\\"\\`$\\\\]\)/\\\1/g"

whereas on Darwin

    "s/\([\\"\\`$\\\\]\)/\1/g"

Actually Darwin /bin/sh looks like it's zsh (should have checked that
first :-( ).  In fact I get the same in zsh on i386 debian.  Don't
know what to do about it though.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]