fio: fix interpreter lines
authorSitsofe Wheeler <sitsofe@yahoo.com>
Sun, 29 Oct 2017 16:24:24 +0000 (16:24 +0000)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Sun, 29 Oct 2017 19:22:31 +0000 (19:22 +0000)
Minor changes to adhere to various distro packaging guidelines (e.g.
https://fedoraproject.org/wiki/Packaging:Guidelines#Shebang_lines ):

- doc/conf.py doesn't need an interpreter line because it's not
  executable.
- Make the genfio interpreter line use an absolute path rather than env.

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
doc/conf.py
tools/genfio

index 4102140ad36f2d5e36b6abef139fed71404392f8..d4dd9d20e619b169ab32bba764b4058047c5a099 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # fio documentation build configuration file, created by
index 68004520a164cd0db7f22c70ca412550888a4f0a..67311efc61741c479527a0fe53947bdff6cc6ea3 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/bash
 #
 #  Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
 #  Author: Erwan Velu  <erwan@enovance.com>