From f0e341d726f0aca850ef356dc5a035129a70b9c8 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Tue, 4 Sep 2018 18:22:04 +0100 Subject: [PATCH] Hadrons: module list generator fix --- Hadrons/make_module_list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hadrons/make_module_list.sh b/Hadrons/make_module_list.sh index ddc56ff6..750f4046 100755 --- a/Hadrons/make_module_list.sh +++ b/Hadrons/make_module_list.sh @@ -8,5 +8,5 @@ find Modules -name '*.hpp' -type f -print | sed 's/^/ /;$q;s/$/ \\/' >> modules echo '' >> modules.inc rm -f Modules.hpp for f in `find Modules -name '*.hpp'`; do - echo "#include " >> Modules.hpp + echo "#include " >> Modules.hpp done