Typo in coriolisEnv.py.

This commit is contained in:
Jean-Paul Chaput 2015-06-15 17:07:25 +02:00
parent 336a688b3f
commit e86d9e2ff1
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ if __name__ == "__main__":
coriolisTop = "/opt/rh/devtoolset-2/root/usr"
sysconfDir = scriptDir
shellMessage = "Using system-wide devtoolset-2 Coriolis 2 (/opt/rh/devtoolset-2/root/usr)"
elif scriptDir.startswith(os.getenv["HOME"]+"/nightly/coriolis-2.x/"):
elif scriptDir.startswith(os.getenv("HOME")+"/nightly/coriolis-2.x/"):
rootDir = os.getenv("HOME") + "/nightly/coriolis-2.x"
coriolisTop = "%s/%s/%s/install" % ( rootDir, osType, buildDir )
sysconfDir = scriptDir