The following changes since commit 983a69d71e6f9c0c8f590f24d492f9efba19232b: Merge branch 'master' of ssh://router/data/git/fio (2010-06-01 14:03:53 +0200) are available in the git repository at: git://git.kernel.dk/fio.git master YAMAMOTO Takashi (1): remove unnecessary bash-ism fio_generate_plots | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- Diff of recent changes: diff --git a/fio_generate_plots b/fio_generate_plots index 4e2cb08..ff479a7 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 -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html