Unescape dollar sign

This commit is contained in:
Johannes Schönberger
2013-04-28 10:17:27 +02:00
parent 7b77861a75
commit c390070080
+1 -1
View File
@@ -31,4 +31,4 @@ script:
# run all examples
- cd ..
- "echo 'backend : Agg' > matplotlibrc"
- for f in doc/examples/*.py; do python "$$f"; done
- for f in doc/examples/*.py; do $PYTHON "$f"; done