aterm: bad option "Setup,"
aterm: bad option "and"
aterm: bad option "Create"
aterm: bad option "flash_beta.tcz"
Then an aterm usage message.
Seems that at least the -title option passed to xterm lost its quotes somewhere.
Depending on the installed terminal,
cat $(readlink $(which xterm))
should output something similar to
aterm "$@"
If $@ is not quoted, it needs fixing.
/etc/sysconfig/tcedir/ondemand/getFlash_beta
ondemand -e getFlash_beta.tcz "$@"
If $@ is not quoted, it needs fixing by simply recreating the On-Demand entry.
Before 7.2, new ondemand scripts were not created properly with quoted $@ .