On 15 Dec 2008, at 09:56, Hans-Jörg Bibiko wrote:
> • bug fixed: don't use %x{ '#{$DIALOG}' ... } to call tm_dialog2
> becaus $DIALOG is already shell escaped in getBundles.rb =>
> %x{#{$DIALOG} ... }
For future reference just use: %x{ "$DIALOG" … } (I know a lot of
ui.rb doesn’t).