Re: [AD] New snapshots upped. |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2002-02-03, Henrik Stokseth <hstokset@xxxxxxxxxx> wrote:
> hmm... replacing "" with '' seems to work. i think the problem can be that
> BASH expands the sed command line somehow. wildcard substitution or something
> simmilar...
Probably that \ is an escape character inside "", but not inside ''.
Thus to get a single \ in a sed expression in a double-quoted string
in a makefile, you need to write \\\\.