From 2d49c19fcde5ba70c2e791efd1a9d84a499e6bee Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Tue, 23 Oct 2007 03:09:15 +0000 Subject: [PATCH] Web site checking with webcheck. [SVN r40317] --- common/code/webcheck.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/common/code/webcheck.sh b/common/code/webcheck.sh index 2b87822b..253b072d 100755 --- a/common/code/webcheck.sh +++ b/common/code/webcheck.sh @@ -1,8 +1,8 @@ #!/bin/sh /usr/bin/python24 /home/grafik/www.boost.org/testing/webcheck.py \ - --yank=http://beta.boost.org/doc/libs/ \ - --base-only \ - --quiet \ - --output=/home/grafik/www.boost.org/testing/webcheck \ - --force + "--yank=http://beta.boost.org/doc/libs/" \ + "--base-only" \ + "--quiet" \ + "--output=/home/grafik/www.boost.org/testing/webcheck" \ + "--force"