aboutsummaryrefslogtreecommitdiff
path: root/projects/coreboot
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-06-23 19:38:45 +0000
committerGogs <gogitservice@gmail.com>2017-06-23 19:38:45 +0000
commit27c97741ffb53a6000a543ab085f5e87bce97b55 (patch)
treeaff092d91ed7b7f47fe396a16da2b7d29b721099 /projects/coreboot
parent87047e55156f7b9f0bffe4059890799e1a987530 (diff)
parentb6e6d5eba409ca26934308a171c01210747248d7 (diff)
downloadlibrebootfr-27c97741ffb53a6000a543ab085f5e87bce97b55.tar.gz
librebootfr-27c97741ffb53a6000a543ab085f5e87bce97b55.zip
Merge branch 'portable-shebangs' of kragle/libreboot into master
Diffstat (limited to 'projects/coreboot')
-rwxr-xr-xprojects/coreboot/coreboot2
-rw-r--r--projects/coreboot/coreboot-helper2
2 files changed, 2 insertions, 2 deletions
diff --git a/projects/coreboot/coreboot b/projects/coreboot/coreboot
index 2a414dee..5a3c3c7f 100755
--- a/projects/coreboot/coreboot
+++ b/projects/coreboot/coreboot
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr>
#
diff --git a/projects/coreboot/coreboot-helper b/projects/coreboot/coreboot-helper
index b7849373..8a528fa5 100644
--- a/projects/coreboot/coreboot-helper
+++ b/projects/coreboot/coreboot-helper
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr>
#