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/utilities | |
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/utilities')
-rwxr-xr-x | resources/utilities/coreboot-libre/deblob | 2 | ||||
-rwxr-xr-x | resources/utilities/coreboot-libre/findblobs | 2 | ||||
-rwxr-xr-x | resources/utilities/grub-assemble/gen.sh | 2 | ||||
-rwxr-xr-x | resources/utilities/macbook21-three-finger-tap/install.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/resources/utilities/coreboot-libre/deblob b/resources/utilities/coreboot-libre/deblob index 3d0daa7a..1ca32531 100755 --- a/resources/utilities/coreboot-libre/deblob +++ b/resources/utilities/coreboot-libre/deblob @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # DEBLOB script: deblobs the version of coreboot used for this release. # diff --git a/resources/utilities/coreboot-libre/findblobs b/resources/utilities/coreboot-libre/findblobs index 2e80a7bc..7ea42a98 100755 --- a/resources/utilities/coreboot-libre/findblobs +++ b/resources/utilities/coreboot-libre/findblobs @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # find blobs in coreboot # diff --git a/resources/utilities/grub-assemble/gen.sh b/resources/utilities/grub-assemble/gen.sh index 049b44b6..dc5b81fc 100755 --- a/resources/utilities/grub-assemble/gen.sh +++ b/resources/utilities/grub-assemble/gen.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # grub-assemble gen.sh: generate GRUB ELF files (coreboot payloads) # diff --git a/resources/utilities/macbook21-three-finger-tap/install.sh b/resources/utilities/macbook21-three-finger-tap/install.sh index a49aad06..0d0a97de 100755 --- a/resources/utilities/macbook21-three-finger-tap/install.sh +++ b/resources/utilities/macbook21-three-finger-tap/install.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Three-finger tap: Enable three-finger tap for "middle click" in GNOME. # Copyright (C) 2015 Albin Söderqvist and Eemeli Blåsten |