~dexter/fakechroot/sid

1
2
3
4
5
6
7
if [ -x testtree/usr/bin/touch ]; then
    touch=/usr/bin/touch
elif [ -x testtree/bin/touch ]; then
    touch=/bin/touch
else
    touch=
fi