X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2F23diff;fp=bin%2F23diff;h=d38c848349d985fa43df23a9fc745d7aa02a17a5;hb=33beebf4cb42eba3e1dd868ad5e0af102de961da;hp=0c0575aa69a708bd3347d1290be907d8234c94d4;hpb=7ac86daf67b0a95153b736d5811f9050363f6553;p=freeside.git diff --git a/bin/23diff b/bin/23diff index 0c0575aa6..d38c84834 100755 --- a/bin/23diff +++ b/bin/23diff @@ -3,7 +3,8 @@ 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";