separate_arguments
: Split space separated arguments into a semi-colon separated list.separate_arguments(VARIABLE)
Convert the value of VARIABLE to a semi-colon separated list. All spaces are replaced with ';'. This helps with generating command lines.