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