diff options
author | Rob Austein <sra@hactrn.net> | 2013-03-26 22:19:41 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-03-26 22:19:41 +0000 |
commit | 28f9f1944902a9860db8e99abcbcc1cf0ca822a0 (patch) | |
tree | eb6e85db60544a74c91851b060bc7cd446e685eb /doc | |
parent | ed4159e1fb6ce6bd83dd3e411b2462f69db8ee4f (diff) |
Doh, want to keep buildtools current too.
svn path=/trunk/; revision=5230
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/cronjob.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cronjob.sh b/doc/cronjob.sh index 3e411a8d..156c96fb 100755 --- a/doc/cronjob.sh +++ b/doc/cronjob.sh @@ -11,7 +11,7 @@ locked) exec >cronjob.log 2>&1 set -x export PATH=/bin:/usr/bin:/usr/local/bin - /usr/local/bin/svn update + /usr/local/bin/svn update .. /usr/local/bin/python ../buildtools/pull-doc-from-wiki.py /usr/local/bin/svn status if test -n "$(/usr/local/bin/svn status doc.*)" |