We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e191b5 commit 2700decCopy full SHA for 2700dec
1 file changed
generate/examples.php
@@ -24,9 +24,9 @@
24
//`cd /var/www/processing && /usr/local/bin/svn co svn://processing.org/trunk/web/content/`;
25
26
//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`;
+`cd $there && /usr/bin/svn update examples_basics.xml`;
+`cd $there && /usr/bin/svn update examples_topics.xml`;
+`cd $where && /usr/bin/svn update`;
30
//}
31
32
0 commit comments