diff --git a/build-py-project-and-run-examples.sh b/build-py-project-and-run-examples.sh index 18fe6124c7015b2a5d53cea380e1515c38fe3049..b645afce463fb11b438518190f4e22ff02ba6eae 100644 --- a/build-py-project-and-run-examples.sh +++ b/build-py-project-and-run-examples.sh @@ -17,7 +17,7 @@ function run_examples() bn=$(basename "$i") (cd $dn; $CMDLINE "$bn") done -end +} function run_py_examples() {