Commit 952cf8f4 authored by Martin Pool's avatar Martin Pool

Oops, some machines don't have `which`.

parent a138e475
......@@ -85,7 +85,7 @@ hands_setup() {
ls -lt /bin > ${FROM}/dir/subdir/subsubdir2/bin-lt-list
echo testing head:
ls -lR ${srcdir} | head -10
ls -lR ${srcdir} | head -10 || echo failed
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment