0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

python is weird

This commit is contained in:
Eliot Horowitz 2009-01-30 09:47:01 -05:00
parent 223f315b1b
commit 33c50a60a3

View File

@ -137,7 +137,7 @@ if "darwin" == os.sys.platform:
elif "linux2" == os.sys.platform: elif "linux2" == os.sys.platform:
if ! os.path.exists( javaHome ): if not os.path.exists( javaHome ):
#fedora standarm jvm location #fedora standarm jvm location
javaHome = "/usr/lib/jvm/java/" javaHome = "/usr/lib/jvm/java/"