#15 Replace #!/bin/bash with #!/usr/bin/env bash

已合并
vimuser 3 年之前 将 1 次代码提交从 noisytoot/master合并至 libreboot/master

+ 1 - 1
download

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

+ 1 - 1
resources/scripts/build/boot/roms

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

+ 1 - 1
resources/scripts/build/boot/roms_helper

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

+ 1 - 1
resources/scripts/build/clean/cbutils

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

+ 1 - 1
resources/scripts/build/clean/crossgcc

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

+ 1 - 1
resources/scripts/build/clean/flashrom

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

+ 1 - 1
resources/scripts/build/clean/grub

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

+ 1 - 1
resources/scripts/build/clean/memtest86plus

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

+ 1 - 1
resources/scripts/build/clean/payloads

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

+ 0 - 0
resources/scripts/build/clean/rom_images


部分文件因为文件数量过多而无法显示