summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-03-14 01:20:29 -0700
committerIvan Kohler <ivan@freeside.biz>2013-03-14 01:20:29 -0700
commite098d4ae82e1f4787e783e71d2a0b1e5f4cd6282 (patch)
treeb7e4e03b9e2257bc9267098908c6458a38f56362 /bin
parentbd80e26821b5eea59471a04f37b6d63a08095456 (diff)
don't use this
Diffstat (limited to 'bin')
-rwxr-xr-xbin/23diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/23diff b/bin/23diff
index d38c848..1dc1659 100755
--- a/bin/23diff
+++ b/bin/23diff
@@ -7,7 +7,7 @@ $dir =~ s/freeside(\/?)/freeside2.3$1/;
warn $dir;
#$cmd = "diff -u $file $dir/$file";
-$cmd = "diff -u $dir/$file $file";
+$cmd = "diff -ubBw $dir/$file $file";
print "$cmd\n";
system($cmd);