remove unnecessary bash-ism
[fio.git] / fio_generate_plots
index 4e2cb08e1045a75a83a8d5a88c7113a2a3153136..ff479a7d41f7f543b102bd5522db9eec2c8171f3 100755 (executable)
@@ -1,8 +1,8 @@
-#!/bin/bash
+#! /bin/sh
 
 # Use gnuplot to generate plots from fio run with -l and/or -w
 
-if [ "$1"x == "x" ]; then
+if [ "$1"x = "x" ]; then
        echo Need title as arg
        exit 1
 fi