[Checkins] SVN: zc.recipe.cmmi/trunk/zc/recipe/cmmi/__init__.py missing ./ to prefix the autogen command

Bernd Roessl bernd.roessl at lovelysystems.com
Mon Jun 23 17:42:28 EDT 2008


Log message for revision 87695:
  missing ./ to prefix the autogen command

Changed:
  U   zc.recipe.cmmi/trunk/zc/recipe/cmmi/__init__.py

-=-
Modified: zc.recipe.cmmi/trunk/zc/recipe/cmmi/__init__.py
===================================================================
--- zc.recipe.cmmi/trunk/zc/recipe/cmmi/__init__.py	2008-06-23 21:31:55 UTC (rev 87694)
+++ zc.recipe.cmmi/trunk/zc/recipe/cmmi/__init__.py	2008-06-23 21:42:27 UTC (rev 87695)
@@ -101,7 +101,7 @@
                     system("patch %s < %s" % (patch_options, patch))
                 if autogen is not '':
                     logger.info('auto generating configure files')
-                    system("%s" % autogen)
+                    system("./%s" % autogen)
                 if not os.path.exists('configure'):
                     entries = os.listdir(tmp)
                     if len(entries) == 1:



More information about the Checkins mailing list