diff options
Diffstat (limited to 'chrome/common/extensions/docs/build/build.sh')
-rwxr-xr-x | chrome/common/extensions/docs/build/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/build/build.sh b/chrome/common/extensions/docs/build/build.sh index 2082f66..eec460e 100755 --- a/chrome/common/extensions/docs/build/build.sh +++ b/chrome/common/extensions/docs/build/build.sh @@ -27,7 +27,7 @@ if [ "$(uname | cut -b1-6)" == "CYGWIN" ] ; then # The output from build.py doesn't seem seem to print to the console until # it's finished, so print a message so people don't think it's hung. echo "Running - this can take about a minute" - echo "(it goes faster if you have a Release build of test_shell)" + echo "(it goes faster if you have a Release build of DumpRenderTree)" $PYTHON_PATH $BUILD_DIR/build.py $* else |