From 32318835f6ccefbda977df2a91deac8fb92be3d2 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Thu, 24 Jun 2004 12:22:30 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=3695 --- tools/update_versions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/update_versions b/tools/update_versions index 006172b9ac..8033ef4590 100755 --- a/tools/update_versions +++ b/tools/update_versions @@ -205,8 +205,8 @@ def find_versions__process_bundle(app, match, dir): signature_files[s] = filepath continue non_exec_files.append(filepath) - if not exec_file - print >>sys.stderr, " Ignoring directory (no executable found)", dir + if not exec_file: + print >>sys.stderr, " Ignoring directory (no executable found - it has to be named the same as the directory)", dir return add_files(app = app, match = match,