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 /libs | |
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 'libs')
-rwxr-xr-x | libs/common | 2 | ||||
-rwxr-xr-x | libs/git | 2 | ||||
-rwxr-xr-x | libs/project | 2 | ||||
-rwxr-xr-x | libs/tool | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libs/common b/libs/common index ce0df299..6cd2dfe0 100755 --- a/libs/common +++ b/libs/common @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/libs/project b/libs/project index dc2e056f..babeb6bd 100755 --- a/libs/project +++ b/libs/project @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # |