Skip to content
Snippets Groups Projects
Commit 444485a2 authored by Carl Philipp Klemm's avatar Carl Philipp Klemm
Browse files

eisgenerator_plot: add qouting around model so that param strings get passed proparly

parent 77305f09
Branches
No related tags found
No related merge requests found
......@@ -10,4 +10,4 @@ then
exit
fi
eisgenerator_export -q $@ | gnuplot -p -e "set datafile separator ','; plot '-' using 2:3 w l"
eisgenerator_export -q "$@" | gnuplot -p -e "set datafile separator ','; plot '-' using 2:3 w l"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment