diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-03-14 01:20:29 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-03-14 01:20:29 -0700 |
commit | e098d4ae82e1f4787e783e71d2a0b1e5f4cd6282 (patch) | |
tree | b7e4e03b9e2257bc9267098908c6458a38f56362 /bin | |
parent | bd80e26821b5eea59471a04f37b6d63a08095456 (diff) |
don't use this
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/23diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/23diff b/bin/23diff index d38c84834..1dc1659d2 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); |