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

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Generic script for downloading programs used by the build system
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# helper script: build coreboot images with various payloads

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: create ROM images for a given mainboard
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: clean the dependencies that were built in coreboot
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: clean the crossgcc builds
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: clean the dependencies that were built in flashrom
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: clean the dependencies that were built in GRUB
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: clean the dependencies that were built in memtest86+
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: nothing to see here, forks!
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: delete the ROM images
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: clean the dependencies that were built in seabios
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (C) 2020 Leah Rowe <info@minifree.org>
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# arch script: installs build dependencies for Arch Linux
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# ubuntu2004 script: installs build dependencies for Ubuntu 20.04
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: build various coreboot utilities
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: builds flashrom source code
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: builds GRUB2 source code
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: builds memtest86+ source code
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# generate GRUB ELF files (coreboot payload) and configuration files
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: builds SeaBIOS source code
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: builds Tianocore source code
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# helper script: generate release archive (ROM images)

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# helper script: generate release archive (source code)

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: download coreboot
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: downloads flashrom and patches it
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: Downloads GRUB and patches it.
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: downloads ich9utils
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# helper script: Downloads MemTest86+ and patches it
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Copyright (C) 2015, 2016, 2021 Leah Rowe <info@minifree.org>
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Copyright (C) 2020 Leah Rowe <info@minifree.org>
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (C) 2021 Leah Rowe <info@minifree.org>
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# helper script: update coreboot configs (run make oldconfig)

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# helper script: update coreboot configs (run make oldconfig)

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# helper script: update coreboot configs (run make oldconfig)