Use #!/usr/bin/env to allow for interpreters in different directories.
authorBruce Cran <bruce@cran.org.uk>
Mon, 4 Nov 2013 11:52:08 +0000 (11:52 +0000)
committerJens Axboe <axboe@kernel.dk>
Mon, 4 Nov 2013 15:08:34 +0000 (08:08 -0700)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
tools/genfio
tools/plot/fio2gnuplot

index 11cf9a4af97f3bbb5e86d38bf8aa5ef66b9dbf8b..4d32d13084707103e5bd32beac10eb1156378e3e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 #  Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #  Author: Erwan Velu  <erwan@enovance.com>
index f1e6a9833e00733c913924fa15345cfdb9c73370..71fb02eb947d5ee33c58df2a9f06009687beb293 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 #
 #  Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #  Author: Erwan Velu  <erwan@enovance.com>