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
/
alias
/
alias3.sub
blob
304e926120028a3cc53a65e28762c5ae4a6586f5
1
shopt -s expand_aliases
2
alias foo='oneword'
3
foo_word='foo'
4
#
5
# Fails silently to match 'foo':
6
#
7
case "$foo_word"
8
in
9
foo) ;;
10
*) echo bad 1;;
11
esac