repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
we do not want to shift by the block size, which is much larger than
[dragonfly.git]
/
contrib
/
opie
/
config.testeflag
blob
cc16df4df3e7f78a6dcc324fa07c2ea57b3c4fef
1
#! /bin/sh
2
if
test -e
README
>/
dev
/
null
2
>/
dev
/
null
3
then
4
if
test -e
a.non-existant-file
>/
dev
/
null
2
>/
dev
/
null
5
then
6
exit
1
7
else
8
exit
0
9
fi
10
else
11
exit
1
12
fi