git-svn-id: https://svn.osgeo.org/grass/grass/trunk@72658 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -523,7 +523,7 @@ def _getAddons():
flist = []
for line in output.splitlines():
- if not line.startswith('executables'):
+ if not line.startswith('name'):
continue
for fexe in line.split('=', 1)[1].split(','):
flist.append(fexe)