Re: \ bug in CVS
%% Albert Chin <[EMAIL PROTECTED]> writes: ac> I've built from CVS and have the following problem: ac> $ cat Makefile ac> rule: ac> echo 'foo\ ac> ' >/tmp/b ac> $ gmake ac> echo 'foo\ ac> ' >/tmp/b ac> $ cat /tmp/b ac> foo\ ac> Shouldn't /tmp/b contain "foo
\ bug in CVS
I've built from CVS and have the following problem: $ cat Makefile rule: echo 'foo\ ' >/tmp/b $ gmake echo 'foo\ ' >/tmp/b $ cat /tmp/b foo\ Shouldn't /tmp/b contain "foo"? -- albert chin ([EMAIL PROTECTED]) ___ Bug-mak