switch shebang to use environment bash

master
basharkey 2 years ago
parent 1166bbe123
commit a1715591ca

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
# Author: SharkWipf (https://github.com/SharkWipf) # Author: SharkWipf (https://github.com/SharkWipf)
# #

@ -1,4 +1,4 @@
#! /bin/bash #! /usr/bin/env bash
# #
# Author: Stefsinn (https://github.com/Stefsinn) # Author: Stefsinn (https://github.com/Stefsinn)
# #

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
# Author: SharkWipf # Author: SharkWipf
# #

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
# Author: SharkWipf # Author: SharkWipf
# #

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Script to bind the VFIO stub driver to PCI devices # Script to bind the VFIO stub driver to PCI devices
# By Trent Arcuri, 2017 # By Trent Arcuri, 2017
# #

Loading…
Cancel
Save