X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio_generate_plots;h=5e2febdac4810b93ad36dfb10774e78b7f886642;hp=4285415eac2879da04850369a6aab7a067c5518f;hb=1f64bd7cbb8b16d64b30c65393adf9c028713e42;hpb=c8eeb9df1f52f28567a5937e141decc6a26ec30b diff --git a/fio_generate_plots b/fio_generate_plots index 4285415e..5e2febda 100755 --- a/fio_generate_plots +++ b/fio_generate_plots @@ -8,7 +8,7 @@ if [ "$1"x = "x" ]; then fi GNUPLOT=$(which gnuplot) -if [ ! -x $GNUPLOT ]; then +if [ ! -x "$GNUPLOT" ]; then echo You need gnuplot installed to generate graphs exit 1 fi