[Commits] (markie) Oops, typo again
commits at osafoundation.org
commits at osafoundation.org
Sat Apr 24 22:51:54 PDT 2004
Commit by: markie
Modified files:
osaf/hardhat/buildscripts/chandler-newbuild.py 1.38 1.39
Log message:
Oops, typo again
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/hardhat/buildscripts/chandler-newbuild.py.diff?r1=text&tr1=1.38&r2=text&tr2=1.39
Index: osaf/hardhat/buildscripts/chandler-newbuild.py
diff -u osaf/hardhat/buildscripts/chandler-newbuild.py:1.38 osaf/hardhat/buildscripts/chandler-newbuild.py:1.39
--- osaf/hardhat/buildscripts/chandler-newbuild.py:1.38 Sat Apr 24 22:49:02 2004
+++ osaf/hardhat/buildscripts/chandler-newbuild.py Sat Apr 24 22:51:23 2004
@@ -79,7 +79,7 @@
os.chdir(extModuleDir)
log.write("Environment variables: \n")
log.write("GCJ_HOME = " + os.environ['GCJ_HOME'] + "\n")
- os.environ["BUILD_ROOT"]="extModuleDir"
+ os.environ["BUILD_ROOT"] = extModuleDir
log.write("BUILD_ROOT = " + os.environ['BUILD_ROOT'] + "\n")
print "Building " + relStr
More information about the Commits
mailing list