Skip to content

Commit

Permalink
fix missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Sep 6, 2015
1 parent f1c0623 commit 0f31928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion createmodel
Expand Up @@ -431,7 +431,7 @@ fi
# name
[ -n "$model_file" ] || model_file="$name"
model_file_dir="model_files/$model_file"
message -n "Searching for ${model_file} model file ..."
message -n "Searching for ${model_file} model file ... "

if test -r "$model_file_dir/FlexibleSUSY.m.in"; then
message "found ${model_file_dir}/FlexibleSUSY.m.in"
Expand Down

0 comments on commit 0f31928

Please sign in to comment.