aboutsummaryrefslogtreecommitdiff
path: root/projects/libreboot-release
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2017-06-23 13:06:02 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2017-06-23 14:59:57 -0400
commitb6e6d5eba409ca26934308a171c01210747248d7 (patch)
treeaff092d91ed7b7f47fe396a16da2b7d29b721099 /projects/libreboot-release
parent87047e55156f7b9f0bffe4059890799e1a987530 (diff)
downloadlibrebootfr-b6e6d5eba409ca26934308a171c01210747248d7.tar.gz
librebootfr-b6e6d5eba409ca26934308a171c01210747248d7.zip
Replaced '#!/bin/bash' w/ '#!/usr/bin/env bash'
This is mainly useful for being able to run these scripts on BSDs. And for users who use a Bash not installed to /bin.
Diffstat (limited to 'projects/libreboot-release')
-rw-r--r--projects/libreboot-release/install/libreboot-release2
-rwxr-xr-xprojects/libreboot-release/libreboot-release2
2 files changed, 2 insertions, 2 deletions
diff --git a/projects/libreboot-release/install/libreboot-release b/projects/libreboot-release/install/libreboot-release
index 58a384f0..97f385df 100644
--- a/projects/libreboot-release/install/libreboot-release
+++ b/projects/libreboot-release/install/libreboot-release
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr>
#
diff --git a/projects/libreboot-release/libreboot-release b/projects/libreboot-release/libreboot-release
index 9ec5399d..d693f503 100755
--- a/projects/libreboot-release/libreboot-release
+++ b/projects/libreboot-release/libreboot-release
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr>
#