repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
improve of cmpl.
[bush.git]
/
testing
/
3.OriginalTest.dir
/
6.cmd
/
builtins
/
builtins2.sub
blob
e4cb32ae6bc3145e0ae91cc66ce757db1532df15
1
# test behavior of shopt xpg_echo
2
3
USG_ECHO=off
4
shopt -q xpg_echo && USG_ECHO=on
5
6
shopt -u xpg_echo
7
echo 'a\n\n\nb'
8
9
shopt -s xpg_echo
10
echo 'a\n\n\nb'