Revision: 78314
          http://sourceforge.net/p/brlcad/code/78314
Author:   starseeker
Date:     2021-02-23 19:26:17 +0000 (Tue, 23 Feb 2021)
Log Message:
-----------
Support either ; or : as delimiters

Modified Paths:
--------------
    brlcad/trunk/misc/repoconv/sha1_update.sh

Modified: brlcad/trunk/misc/repoconv/sha1_update.sh
===================================================================
--- brlcad/trunk/misc/repoconv/sha1_update.sh   2021-02-23 19:11:34 UTC (rev 
78313)
+++ brlcad/trunk/misc/repoconv/sha1_update.sh   2021-02-23 19:26:17 UTC (rev 
78314)
@@ -44,7 +44,7 @@
 
 rm -f sha1s_orig ukeys nkeys mapped_keys map.sed
 while read p; do
-  SHA1=$(echo "$p" | awk -F';' '{print $1}')
+  SHA1=$(echo "$p" | awk -F'[;:]' '{print $1}')
   if [ "$SHA1" != "" ]
   then
          echo $SHA1 >> $CWD/sha1s_orig

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