blob: a153ce9499bf544bdf24f209fa126ba331244164 [file] [log] [blame]
OIFS="$IFS"
IFS=":$IFS"
eval foo="a:b:c"
IFS="$OIFS"
echo $foo