(no commit message)
authorChris Larson <clarson@kergoth.com>
Fri, 6 Jun 2003 10:35:41 +0000 (10:35 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 6 Jun 2003 10:35:41 +0000 (10:35 +0000)
bin/oeparser.py

index 04828ee..4ae0b31 100644 (file)
@@ -136,7 +136,7 @@ class ConfigReader(FileReader):
                return ret
 
        def include(self, file, new = None):
-               if self.fn == file: # prevent recursion
+               if self.fn == file: # prevent infinate recursion
                        return 1
 
                if new is None: