6c560c4
diff -up rpmlint-1.5/MenuXDGCheck.py.fixunbound rpmlint-1.5/MenuXDGCheck.py
6c560c4
--- rpmlint-1.5/MenuXDGCheck.py.fixunbound	2013-11-11 10:31:28.023362241 -0500
6c560c4
+++ rpmlint-1.5/MenuXDGCheck.py	2013-11-11 10:32:00.253303519 -0500
6c560c4
@@ -42,6 +42,7 @@ class MenuXDGCheck(AbstractCheck.Abstrac
6c560c4
         self.cfp.read(f)
6c560c4
         binary = self.cfp.get('Desktop Entry','Exec').split(' ',1)[0]
6c560c4
         if binary:
6c560c4
+            found = False
6c560c4
             if binary.startswith('/'):
6c560c4
                 found = os.path.exists(root + binary)
6c560c4
             else: