From ff997defafa6213c8337b664e84f480879359bea Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Mon, 12 Feb 2018 13:59:00 -0600
Subject: [PATCH] Fix runner script

---
 build-py-project-and-run-examples.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-py-project-and-run-examples.sh b/build-py-project-and-run-examples.sh
index 18fe6124c..b645afce4 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()
 {
-- 
GitLab