Still more SUS description parsing tweaking...

git-svn-id: http://munki.googlecode.com/svn/trunk@723 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
Greg Neagle
2010-09-03 21:49:55 +00:00
parent a061031585
commit a82374aaf3
+1
View File
@@ -209,6 +209,7 @@ def parseDist(filename):
vers = line[9:]
vers = vers[vers.find('"')+1:-2]
if line.startswith('"SU_DESCRIPTION"'):
description = ""
keep = True
# lop off "SU_DESCRIPTION"
line = line[16:]