Explorar el Código

Minor fix to pre-instllation version check for OSX

svn:r6666
Andrew Lewman hace 19 años
padre
commit
ed2fb517d3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      contrib/osx/TorBundleInfo.plist.in

+ 1 - 1
contrib/osx/TorBundleInfo.plist.in

@@ -22,7 +22,7 @@
 			<key>SpecProperty</key>
 			<string>ProductVersion</string>
 			<key>TestOperator</key>
-			<string>=</string>
+			<string>&gt;=</string>
 			<key>TestObject</key>
 			<string>OSVER</string>
 		</dict>