]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/ifs-1.test
Imported from ../bash-2.02.tar.gz.
[thirdparty/bash.git] / tests / ifs-1.test
1 OIFS="$IFS"
2 IFS=":$IFS"
3 eval foo="a:b:c"
4 IFS="$OIFS"
5 echo $foo