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"