Oops, some machines don't have which.

This commit is contained in:
Martin Pool
2001-09-06 13:07:52 +00:00
parent a138e47560
commit 952cf8f4f3

View File

@@ -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
}