Subject: Re: shell command with envvars - howto?
From: Patrick Gundlach <clr7.10.randomuser spamgourmet.com>
Date: Wed, 31 Aug 2005 01:06:23 +0900
References: 154234
Hello Wybo,
I am not sure if this might break anything, but try inserting a ';'
after your assignment:
command = "x=hello ; echo $x"; pr(command,*sys(command))
Patrick