From a1715591ca677a5517f1a71ef8c95164c17dc469 Mon Sep 17 00:00:00 2001 From: basharkey <15859442+basharkey@users.noreply.github.com> Date: Sat, 2 Jul 2022 14:30:18 -0400 Subject: [PATCH] switch shebang to use environment bash --- libvirt_hooks/hooks/better_hugepages.sh | 2 +- libvirt_hooks/hooks/hugepages.sh | 2 +- libvirt_hooks/hooks/switch_displays.sh | 2 +- libvirt_hooks/qemu | 2 +- vfioselect/vfioselect | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libvirt_hooks/hooks/better_hugepages.sh b/libvirt_hooks/hooks/better_hugepages.sh index 8cd78f9..ac1eb60 100644 --- a/libvirt_hooks/hooks/better_hugepages.sh +++ b/libvirt_hooks/hooks/better_hugepages.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Author: SharkWipf (https://github.com/SharkWipf) # diff --git a/libvirt_hooks/hooks/hugepages.sh b/libvirt_hooks/hooks/hugepages.sh index 9f3f1f5..a2d1389 100755 --- a/libvirt_hooks/hooks/hugepages.sh +++ b/libvirt_hooks/hooks/hugepages.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # # Author: Stefsinn (https://github.com/Stefsinn) # diff --git a/libvirt_hooks/hooks/switch_displays.sh b/libvirt_hooks/hooks/switch_displays.sh index 044b3c8..407dba8 100755 --- a/libvirt_hooks/hooks/switch_displays.sh +++ b/libvirt_hooks/hooks/switch_displays.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Author: SharkWipf # diff --git a/libvirt_hooks/qemu b/libvirt_hooks/qemu index 9b886c2..41a3630 100755 --- a/libvirt_hooks/qemu +++ b/libvirt_hooks/qemu @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Author: SharkWipf # diff --git a/vfioselect/vfioselect b/vfioselect/vfioselect index c716782..7ae258d 100755 --- a/vfioselect/vfioselect +++ b/vfioselect/vfioselect @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Script to bind the VFIO stub driver to PCI devices # By Trent Arcuri, 2017 #