Revision: 78355
          http://sourceforge.net/p/brlcad/code/78355
Author:   starseeker
Date:     2021-03-01 13:20:59 +0000 (Mon, 01 Mar 2021)
Log Message:
-----------
whoops, helps to use the input file

Modified Paths:
--------------
    brlcad/trunk/misc/repoconv/verify2/rev_approx_check.sh

Modified: brlcad/trunk/misc/repoconv/verify2/rev_approx_check.sh
===================================================================
--- brlcad/trunk/misc/repoconv/verify2/rev_approx_check.sh      2021-03-01 
13:19:19 UTC (rev 78354)
+++ brlcad/trunk/misc/repoconv/verify2/rev_approx_check.sh      2021-03-01 
13:20:59 UTC (rev 78355)
@@ -59,6 +59,8 @@
        then
                if [ -s gitdiff ]
                then
+                       md5sum svndiff
+                       md5sum gitdiff
                        ssdeep -b svndiff 2>/dev/null > svndiff.hash
                        SCORE=$(ssdeep -bm svndiff.hash gitdiff 2>/dev/null|cut 
-c 37-)
                        if [ "$SCORE" != "" ]
@@ -85,5 +87,5 @@
                        echo "both diffs empty"
                fi
        fi
-done < revs.txt
+done < $input_file
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to