From cd4280dbeb06828d78456a8d07470f04e2a53cb2 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Fri, 5 Sep 2003 22:44:52 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2276 --- tools/update_versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update_versions b/tools/update_versions index e5b49eca7d..c54ff36e05 100755 --- a/tools/update_versions +++ b/tools/update_versions @@ -59,7 +59,7 @@ def find_versions(app, dir): filepath = os.path.join(dir,file) if os.path.isdir(filepath): continue - match = re.match('[^.]+_([0-9]+)[.]([0-9]+)_(.+)(?:[.]gz|[.]exe|[.]sit)?$', file) + match = re.match('[^.]+_([0-9]+)[.]([0-9]+)_(.+?)(?:[.]gz|[.]exe|[.]sit)?$', file) if not match: print >>sys.stderr, " Ignoring unknown file", os.path.join(filepath) continue