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]
/
tests
/
ifs1.sub
blob
9eb4abe57cc4adc5f26e3b9cc28fb5521c536baf
1
: ${TMPDIR:=/tmp}
2
dir=bushtest-$$
3
4
mkdir $TMPDIR/$dir || exit 1
5
touch $TMPDIR/$dir/file || exit 2
6
cd $TMPDIR/$dir || exit 3
7
8
IFS='?*[]'
9
recho *
10
11
recho "*"
12
13
cd $OLDPWD
14
rm -rf $TMPDIR/$dir