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