replace #!/bin/bash with #!/usr/bin/env bash

This commit is contained in:
Ron Nazarov
2021-06-03 12:47:08 +01:00
parent 02009fdb34
commit 0fadeed493
34 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: clean the dependencies that were built in coreboot
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: clean the crossgcc builds
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: clean the dependencies that were built in flashrom
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: clean the dependencies that were built in GRUB
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: clean the dependencies that were built in memtest86+
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: nothing to see here, forks!
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: delete the ROM images
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: clean the dependencies that were built in seabios
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (C) 2020 Leah Rowe <info@minifree.org>
#