Fix typo in call to pkgutil --regexp --pkg-info-plist (was -pkg-info-plist). Thanks to Heig Gregorian.

This commit is contained in:
Greg Neagle
2013-02-04 13:31:14 -08:00
parent 19e06f73c9
commit 20a0b51895
+1 -1
View File
@@ -650,7 +650,7 @@ class AppleUpdates(object):
Returns:
Boolean. False if the checksums match, True if they differ."""
cmd = ['/usr/sbin/pkgutil', '--regexp', '-pkg-info-plist',
cmd = ['/usr/sbin/pkgutil', '--regexp', '--pkg-info-plist',
'com\.apple\.*']
proc = subprocess.Popen(cmd, shell=False, bufsize=1,
stdin=subprocess.PIPE,