[gs-cvs] rev 8834 - trunk/gs/toolbin

giles at ghostscript.com giles at ghostscript.com
Fri Jul 11 16:10:55 PDT 2008


Author: giles
Date: 2008-07-11 16:10:55 -0700 (Fri, 11 Jul 2008)
New Revision: 8834

Modified:
   trunk/gs/toolbin/clusterpush.sh
Log:
Make the search for the most recent ghostpcl revision more robust.
Thanks to Henry Stiles for the extra quoting idea.


Modified: trunk/gs/toolbin/clusterpush.sh
===================================================================
--- trunk/gs/toolbin/clusterpush.sh	2008-07-11 21:10:49 UTC (rev 8833)
+++ trunk/gs/toolbin/clusterpush.sh	2008-07-11 23:10:55 UTC (rev 8834)
@@ -42,7 +42,7 @@
   LATEST='gs'
 else
   LATEST=`ssh $HOST 'for file in \`ls regression |\
-    egrep ghostpcl-r[0-9]+\+[0-9]+ | sort -r | head\`; do\
+    egrep ghostpcl-r[0-9]+[+][0-9]+$ | sort -r | head\`; do\
       if test -r regression/$file/reg_baseline.txt; then\
         echo $file; break;\
       fi;\



More information about the gs-cvs mailing list