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