[Commits] (markie) typo
commits at osafoundation.org
commits at osafoundation.org
Sat Apr 24 16:24:04 PDT 2004
Commit by: markie
Modified files:
osaf/hardhat/buildscripts/chandler-newbuild.py 1.29 1.30
Log message:
typo
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/hardhat/buildscripts/chandler-newbuild.py.diff?r1=text&tr1=1.29&r2=text&tr2=1.30
Index: osaf/hardhat/buildscripts/chandler-newbuild.py
diff -u osaf/hardhat/buildscripts/chandler-newbuild.py:1.29 osaf/hardhat/buildscripts/chandler-newbuild.py:1.30
--- osaf/hardhat/buildscripts/chandler-newbuild.py:1.29 Sat Apr 24 16:22:27 2004
+++ osaf/hardhat/buildscripts/chandler-newbuild.py Sat Apr 24 16:23:33 2004
@@ -80,7 +80,7 @@
log.write("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n")
log.write("Expanding external sources\n")
outputList = hardhatutil.executeCommandReturnOutput(
- [[buildenv['make'], "expand" ])
+ [buildenv['make'], "expand" ])
hardhatutil.dumpOutputList(outputList, log)
outputList = hardhatutil.executeCommandReturnOutput(
[buildenv['make'], dbgStr ])
More information about the Commits
mailing list