X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2F23diff;h=1dc1659d209afdab546fb4b26674312aa39c1771;hb=6fe5f1481e6ec055d9ba4e7c936ab488126d65c2;hp=0c0575aa69a708bd3347d1290be907d8234c94d4;hpb=4f5d50c6a24ff8a96c0bf25d67571c4142cbea8c;p=freeside.git diff --git a/bin/23diff b/bin/23diff index 0c0575aa6..1dc1659d2 100755 --- a/bin/23diff +++ b/bin/23diff @@ -3,10 +3,11 @@ my $file = shift; chomp(my $dir = `pwd`); -$dir =~ s/freeside\//freeside2.3\//; +$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);