diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-06-20 04:18:47 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-06-20 04:18:47 +0000 |
commit | ed2fb517d31bf07399174757022e11d0838a824b (patch) | |
tree | 7b47a39d60dbf75d930999b30f2f8ec3c382cceb /contrib | |
parent | 010954009130b245faf50ed229bcebff075ced64 (diff) | |
download | tor-ed2fb517d31bf07399174757022e11d0838a824b.tar tor-ed2fb517d31bf07399174757022e11d0838a824b.tar.gz |
Minor fix to pre-instllation version check for OSX
svn:r6666
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/osx/TorBundleInfo.plist.in | 2 |
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>>=</string> <key>TestObject</key> <string>OSVER</string> </dict> |