How to wait for the subprocess to finish in tcl

Hi All

Here i have a piece of code,

set filename "./GopiRun.sh"
[exec $filename & ]
#I need to wait here until the GopiRun.sh is completed how do i achive this
exit.

See the man page for wait