From 444485a2754ea847f272684a41a144209d76eb03 Mon Sep 17 00:00:00 2001 From: Carl Philipp Klemm <philipp@uvos.xyz> Date: Tue, 17 Jan 2023 14:23:14 +0100 Subject: [PATCH] eisgenerator_plot: add qouting around model so that param strings get passed proparly --- eisgenerator_plot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eisgenerator_plot b/eisgenerator_plot index 5558854..57eeb0c 100755 --- a/eisgenerator_plot +++ b/eisgenerator_plot @@ -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" -- GitLab