From: Bruce Cran Date: Mon, 4 Nov 2013 11:52:08 +0000 (+0000) Subject: Use #!/usr/bin/env to allow for interpreters in different directories. X-Git-Tag: fio-2.1.4~8 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=c60587f663d2b800bdae254e86da84b4cfd070e8 Use #!/usr/bin/env to allow for interpreters in different directories. Signed-off-by: Jens Axboe --- 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