SUBMITTED: tscript bug - recursive alias call

if I have an alias (g_save_component) that calls itself (haven’t tried other cases) passing a windows path that has a space in it, even though I double quote the parameters it’s not passed properly

if ( “$arg1” == “-s” ) then
echo arg1 $arg1 arg2 $arg2 arg3 $arg3
else
set dest = tab("comptable",0,1)
g_save_component -s /JOBS/DEVELOPER “$dest”
endif

$dest is something like “C:/Documents and Settings/etc”

when g_save_component calls itself, arg3 is “C:/Documents”

the rest is lost.

let me know,
thanks,
dani