[freeside-commits] branch master updated. e098d4ae82e1f4787e783e71d2a0b1e5f4cd6282

Ivan ivan at 420.am
Thu Mar 14 01:20:33 PDT 2013


The branch, master has been updated
       via  e098d4ae82e1f4787e783e71d2a0b1e5f4cd6282 (commit)
      from  bd80e26821b5eea59471a04f37b6d63a08095456 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e098d4ae82e1f4787e783e71d2a0b1e5f4cd6282
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Mar 14 01:20:29 2013 -0700

    don't use this

diff --git a/bin/23diff b/bin/23diff
index d38c848..1dc1659 100755
--- a/bin/23diff
+++ b/bin/23diff
@@ -7,7 +7,7 @@ $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);
 

-----------------------------------------------------------------------

Summary of changes:
 bin/23diff |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list