summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctm/mkCTM
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-09-22 02:49:24 +0000
committerphk <phk@FreeBSD.org>1994-09-22 02:49:24 +0000
commit6f769c973c00ca8300e8d714596d5634bc862331 (patch)
tree84ace84cd4a10d551adc890d02d1d8f58ec3d5a8 /usr.sbin/ctm/mkCTM
parent6513c1883f9d8417a2395aae5fcba23a4c2a9e89 (diff)
downloadFreeBSD-src-6f769c973c00ca8300e8d714596d5634bc862331.zip
FreeBSD-src-6f769c973c00ca8300e8d714596d5634bc862331.tar.gz
Various cleanup and fixes.
Diffstat (limited to 'usr.sbin/ctm/mkCTM')
-rw-r--r--usr.sbin/ctm/mkCTM/mkCTM4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ctm/mkCTM/mkCTM b/usr.sbin/ctm/mkCTM/mkCTM
index a29bd76..047fa0e 100644
--- a/usr.sbin/ctm/mkCTM/mkCTM
+++ b/usr.sbin/ctm/mkCTM/mkCTM
@@ -84,10 +84,10 @@ proc CTMchg {t1 n1 m1 u1 g1 b1 s1 h1 t2 n2 m2 u2 g2 b2 s2 h2} {
}
if {$b1 == "0" && $b2 == "0"} {
puts stderr "E $b1$b2 $t1$t2 $n1"
- set i [catch "exec diff -e $d1/$n1 $d2/$n2 > tmp" j]
+ set i [catch "exec diff -n $d1/$n1 $d2/$n2 > tmp" j]
set s [file size tmp]
if {$s < $s2} {
- puts $fo_files "CTMFE $n1 $u2 $g2 $m2 $h1 $h2 $s"
+ puts $fo_files "CTMFN $n1 $u2 $g2 $m2 $h1 $h2 $s"
flush $fo_files
exec cat tmp >@ $fo_files
puts $fo_files ""
OpenPOWER on IntegriCloud