aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2006-06-20 04:18:47 +0000
committerAndrew Lewman <andrew@torproject.org>2006-06-20 04:18:47 +0000
commited2fb517d31bf07399174757022e11d0838a824b (patch)
tree7b47a39d60dbf75d930999b30f2f8ec3c382cceb
parent010954009130b245faf50ed229bcebff075ced64 (diff)
downloadtor-ed2fb517d31bf07399174757022e11d0838a824b.tar
tor-ed2fb517d31bf07399174757022e11d0838a824b.tar.gz
Minor fix to pre-instllation version check for OSX
svn:r6666
-rw-r--r--contrib/osx/TorBundleInfo.plist.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osx/TorBundleInfo.plist.in b/contrib/osx/TorBundleInfo.plist.in
index 6708b8119..a36c202db 100644
--- a/contrib/osx/TorBundleInfo.plist.in
+++ b/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>