Changed "diff -c" to "diff -u".

This commit is contained in:
Wayne Davison
2003-07-04 23:56:59 +00:00
parent 6813fa7eac
commit d3e6fd3910
2 changed files with 3 additions and 3 deletions

View File

@@ -157,7 +157,7 @@ checkit() {
echo ""
for f in `cd "$2"; find . -type f -print `
do
diff -c "$2"/"$f" "$3"/"$f" || failed=YES
diff -u "$2"/"$f" "$3"/"$f" || failed=YES
done
echo "-------------"
@@ -165,7 +165,7 @@ checkit() {
echo ""
( cd "$2" && rsync_ls_lR . ) > ${TMP}/ls-from
( cd "$3" && rsync_ls_lR . ) > ${TMP}/ls-to
diff -c ${TMP}/ls-from ${TMP}/ls-to || failed=YES
diff -u ${TMP}/ls-from ${TMP}/ls-to || failed=YES
if [ -z "${failed}" ] ; then
return 0
else

View File

@@ -15,7 +15,7 @@ set -x
"//a//" "////" \
"/Users/Wierd Macintosh Name/// Ooh, translucent plastic/" \
> "$scratchdir/slash.out"
diff -c "$scratchdir/slash.out" - <<EOF
diff -u "$scratchdir/slash.out" - <<EOF
/usr/local/bin
/usr/local/bin
/usr/local/bin