@@ -427,11 +427,12 @@ } } # Determine what modules to add the arguments to if {[info exists options(args)]} { - foreach arg [split $options(args) " "] { + foreach arg [split $options(args) " \n\t"] { + set arg [string trim $arg] if {$arg == ""} { continue } if {[string match "*=*" $arg]} {