summaryrefslogtreecommitdiff
path: root/tests/ifs-test-1.sh
blob: a153ce9499bf544bdf24f209fa126ba331244164 (plain)
1
2
3
4
5
OIFS="$IFS"
IFS=":$IFS"
eval foo="a:b:c"
IFS="$OIFS"
echo $foo