[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Backslashed space in variable/argument expansion does not prevent sp
From: |
Davide Brini |
Subject: |
Re: Backslashed space in variable/argument expansion does not prevent splitting. |
Date: |
Fri, 17 Jun 2016 16:58:12 +0200 |
On Fri, 17 Jun 2016 11:21:42 +0100, Dean Wakerley <dw@arcane.org.uk> wrote:
> Description: The expansion of a variable containing spaces splits on all
> spaces including escaped/backslashed space.
It's not a bug, you probably want
eval ./echo_args.sh ${TCL_DEFS}
but you're sitting on very thin ice here.
--
D.