Skip to content

Commit 2700dec

Browse files
committed
Tweak to building examples
1 parent 5e191b5 commit 2700dec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

generate/examples.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
//`cd /var/www/processing && /usr/local/bin/svn co svn://processing.org/trunk/web/content/`;
2525

2626
//if (!$local) {
27-
`cd $there && /usr/local/bin/svn update examples_basics.xml`;
28-
`cd $there && /usr/local/bin/svn update examples_topics.xml`;
29-
`cd $where && /usr/local/bin/svn update`;
27+
`cd $there && /usr/bin/svn update examples_basics.xml`;
28+
`cd $there && /usr/bin/svn update examples_topics.xml`;
29+
`cd $where && /usr/bin/svn update`;
3030
//}
3131

3232

0 commit comments

Comments
 (0)