Skip to content

Commit

Permalink
Bugfix (introduced in f980320): set SLHA_input_files correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander authored and Expander committed Nov 13, 2014
1 parent 47dfeaa commit 23e1f59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion createmodel
Expand Up @@ -155,7 +155,8 @@ if test ! -d "$targetdir" ; then
echo "done"
fi

set -- $(find $model_file_dir -maxdepth 0 -type f -iname LesHouches.in\* -printf " %f") SLHA_input_files="$*"
set -- $(find $model_file_dir -maxdepth 0 -type f -iname LesHouches.in\* -printf " %f")
SLHA_input_files="$*"

SLHA_input_files_in_mk=$(echo "$SLHA_input_files" |
sed 's/ / \\\\\\n/g;
Expand Down

0 comments on commit 23e1f59

Please sign in to comment.