17 Sep
2006
17 Sep
'06
11:02 a.m.
Johan Sandblom wrote:
I also ran into this (a few weeks ago on the list) and the patch I sent Hans after testing it on my Ubuntu Linux laptop was to use two backslashes:
run("--expand-path=\\$#{varname}")
My suggestion would be: run("--expand-path='$#{varname}'") Taco