From c60587f663d2b800bdae254e86da84b4cfd070e8 Mon Sep 17 00:00:00 2001 From: Bruce Cran Date: Mon, 4 Nov 2013 11:52:08 +0000 Subject: [PATCH] Use #!/usr/bin/env to allow for interpreters in different directories. Signed-off-by: Jens Axboe --- tools/genfio | 2 +- tools/plot/fio2gnuplot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/genfio b/tools/genfio index 11cf9a4a..4d32d130 100755 --- a/tools/genfio +++ b/tools/genfio @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Copyright (C) 2013 eNovance SAS # Author: Erwan Velu diff --git a/tools/plot/fio2gnuplot b/tools/plot/fio2gnuplot index f1e6a983..71fb02eb 100755 --- a/tools/plot/fio2gnuplot +++ b/tools/plot/fio2gnuplot @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Copyright (C) 2013 eNovance SAS # Author: Erwan Velu -- 2.25.1