changeset 5:164067a66a5c draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 1661efcd3fb5d37fd972588bcf328a6ac705d4fa"
author iuc
date Sat, 27 Nov 2021 14:38:09 +0000
parents e24560178fad
children 5f95d385a33c
files macros.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Sat Nov 27 09:44:44 2021 +0000
+++ b/macros.xml	Sat Nov 27 14:38:09 2021 +0000
@@ -10,7 +10,7 @@
     <token name="@CHECK_NON_COMMERCIAL_USE@"><![CDATA[
         #if not $non_commercial_use
             >&2 echo "this tool is only available for non commercial use";
-            exit 1
+            exit 1;
         #end if
     ]]></token>
 </macros>