From: YAMAMOTO Takashi Date: Wed, 2 Jun 2010 06:24:03 +0000 (+0200) Subject: remove unnecessary bash-ism X-Git-Tag: fio-1.39~1 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=40cfddb4b847d727f5d575b19540c608a3d779e6 remove unnecessary bash-ism the following patch removes unnecesary dependency on bash. Signed-off-by: YAMAMOTO Takashi Signed-off-by: Jens Axboe --- diff --git a/fio_generate_plots b/fio_generate_plots index 4e2cb08e..ff479a7d 100755 --- a/fio_generate_plots +++ b/fio_generate_plots @@ -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