On 14 Apr 2009, at 22:30, Matthew Richmond wrote:
> [...]
> Currently i have this in my .sh file:
>
> token="$DIALOG" nib --load ~/Desktop/Test2.nib --center --model
> '{ classPath = "bar" }' --parameters '{}';
I think that should be:
token=$("$DIALOG …)