diff options
author | Leah Rowe <info@minifree.org> | 2017-06-23 19:38:45 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-06-23 19:38:45 +0000 |
commit | 27c97741ffb53a6000a543ab085f5e87bce97b55 (patch) | |
tree | aff092d91ed7b7f47fe396a16da2b7d29b721099 /resources/scripts/helpers/build/clean | |
parent | 87047e55156f7b9f0bffe4059890799e1a987530 (diff) | |
parent | b6e6d5eba409ca26934308a171c01210747248d7 (diff) | |
download | librebootfr-27c97741ffb53a6000a543ab085f5e87bce97b55.tar.gz librebootfr-27c97741ffb53a6000a543ab085f5e87bce97b55.zip |
Merge branch 'portable-shebangs' of kragle/libreboot into master
Diffstat (limited to 'resources/scripts/helpers/build/clean')
-rwxr-xr-x | resources/scripts/helpers/build/clean/bucts | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/clean/coreboot | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/clean/crossgcc | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/clean/flashrom | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/clean/grub | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/clean/i945pwm | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/clean/ich9deblob | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/clean/memtest86plus | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/clean/rom_images | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/clean/seabios | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/resources/scripts/helpers/build/clean/bucts b/resources/scripts/helpers/build/clean/bucts index f7f7edd5..202b3bad 100755 --- a/resources/scripts/helpers/build/clean/bucts +++ b/resources/scripts/helpers/build/clean/bucts @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # helper script: clean the dependencies that were built in bucts # diff --git a/resources/scripts/helpers/build/clean/coreboot b/resources/scripts/helpers/build/clean/coreboot index f72e2f1f..b9580f4a 100755 --- a/resources/scripts/helpers/build/clean/coreboot +++ b/resources/scripts/helpers/build/clean/coreboot @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # helper script: clean the dependencies that were built in coreboot # diff --git a/resources/scripts/helpers/build/clean/crossgcc b/resources/scripts/helpers/build/clean/crossgcc index 78a89349..5e572a04 100755 --- a/resources/scripts/helpers/build/clean/crossgcc +++ b/resources/scripts/helpers/build/clean/crossgcc @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # helper script: clean the dependencies that were built in coreboot # diff --git a/resources/scripts/helpers/build/clean/flashrom b/resources/scripts/helpers/build/clean/flashrom index 241917f0..a8f1fa34 100755 --- a/resources/scripts/helpers/build/clean/flashrom +++ b/resources/scripts/helpers/build/clean/flashrom @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # helper script: clean the dependencies that were built in flashrom # diff --git a/resources/scripts/helpers/build/clean/grub b/resources/scripts/helpers/build/clean/grub index fb01d64b..a3d21d46 100755 --- a/resources/scripts/helpers/build/clean/grub +++ b/resources/scripts/helpers/build/clean/grub @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # helper script: clean the dependencies that were built in GRUB # diff --git a/resources/scripts/helpers/build/clean/i945pwm b/resources/scripts/helpers/build/clean/i945pwm index 91bf6f78..b746d279 100755 --- a/resources/scripts/helpers/build/clean/i945pwm +++ b/resources/scripts/helpers/build/clean/i945pwm @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # helper script: clean the dependencies that were built in i945pwm # diff --git a/resources/scripts/helpers/build/clean/ich9deblob b/resources/scripts/helpers/build/clean/ich9deblob index d9019fc3..6d3687ac 100755 --- a/resources/scripts/helpers/build/clean/ich9deblob +++ b/resources/scripts/helpers/build/clean/ich9deblob @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # helper script: clean the dependencies that were built in ich9deblob # diff --git a/resources/scripts/helpers/build/clean/memtest86plus b/resources/scripts/helpers/build/clean/memtest86plus index db40be32..271a46ea 100755 --- a/resources/scripts/helpers/build/clean/memtest86plus +++ b/resources/scripts/helpers/build/clean/memtest86plus @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # helper script: clean the dependencies that were built in memtest86+ # diff --git a/resources/scripts/helpers/build/clean/rom_images b/resources/scripts/helpers/build/clean/rom_images index abf352d0..cac69226 100755 --- a/resources/scripts/helpers/build/clean/rom_images +++ b/resources/scripts/helpers/build/clean/rom_images @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # helper script: delete the ROM images # diff --git a/resources/scripts/helpers/build/clean/seabios b/resources/scripts/helpers/build/clean/seabios index 09203ab8..168c7874 100755 --- a/resources/scripts/helpers/build/clean/seabios +++ b/resources/scripts/helpers/build/clean/seabios @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # helper script: clean the dependencies that were built in seabios # |