Commit 371d1c36 authored by Martin Pool's avatar Martin Pool

Solaris does not have diff -u.

parent d0f821ad
......@@ -152,7 +152,7 @@ checkit() {
echo ""
for f in `cd "$2"; find . -type f -print `
do
diff -u "$2"/"$f" "$3"/"$f" || failed=YES
diff -c "$2"/"$f" "$3"/"$f" || failed=YES
done
echo "-------------"
......
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