X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2F23diff;h=1dc1659d209afdab546fb4b26674312aa39c1771;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hp=0c0575aa69a708bd3347d1290be907d8234c94d4;hpb=fb4ab1073f0d15d660c6cdc4e07afebf68ef3924;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);