diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-06-23 13:06:02 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-06-23 14:59:57 -0400 |
commit | b6e6d5eba409ca26934308a171c01210747248d7 (patch) | |
tree | aff092d91ed7b7f47fe396a16da2b7d29b721099 /projects | |
parent | 87047e55156f7b9f0bffe4059890799e1a987530 (diff) | |
download | librebootfr-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')
34 files changed, 34 insertions, 34 deletions
diff --git a/projects/cbfstool/cbfstool b/projects/cbfstool/cbfstool index aa866027..3666eb23 100755 --- a/projects/cbfstool/cbfstool +++ b/projects/cbfstool/cbfstool @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/cbmem/cbmem b/projects/cbmem/cbmem index 50fcb7d5..6a469f61 100755 --- a/projects/cbmem/cbmem +++ b/projects/cbmem/cbmem @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # 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> # diff --git a/projects/cros-ec/cros-ec b/projects/cros-ec/cros-ec index 1e90c28e..a8a5a634 100755 --- a/projects/cros-ec/cros-ec +++ b/projects/cros-ec/cros-ec @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/cros-ec/cros-ec-helper b/projects/cros-ec/cros-ec-helper index abbc869c..a2ec762c 100755 --- a/projects/cros-ec/cros-ec-helper +++ b/projects/cros-ec/cros-ec-helper @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/cros-scripts/cros-scripts b/projects/cros-scripts/cros-scripts index 4e3bb459..0db79f96 100755 --- a/projects/cros-scripts/cros-scripts +++ b/projects/cros-scripts/cros-scripts @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/cros-scripts/install/cros-boot-keys b/projects/cros-scripts/install/cros-boot-keys index bd60a4e2..28b25175 100755 --- a/projects/cros-scripts/install/cros-boot-keys +++ b/projects/cros-scripts/install/cros-boot-keys @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/cros-scripts/install/cros-firmware-prepare b/projects/cros-scripts/install/cros-firmware-prepare index ad10e5c9..52deadf5 100755 --- a/projects/cros-scripts/install/cros-firmware-prepare +++ b/projects/cros-scripts/install/cros-firmware-prepare @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/cros-scripts/install/cros-kernel-install b/projects/cros-scripts/install/cros-kernel-install index 37575e6b..7333b3fa 100755 --- a/projects/cros-scripts/install/cros-kernel-install +++ b/projects/cros-scripts/install/cros-kernel-install @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/cros-scripts/install/cros-kernel-prepare b/projects/cros-scripts/install/cros-kernel-prepare index bfd667c0..047bb5c1 100755 --- a/projects/cros-scripts/install/cros-kernel-prepare +++ b/projects/cros-scripts/install/cros-kernel-prepare @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/cros-scripts/install/cros-medium-setup b/projects/cros-scripts/install/cros-medium-setup index b50fad76..2b278a9d 100755 --- a/projects/cros-scripts/install/cros-medium-setup +++ b/projects/cros-scripts/install/cros-medium-setup @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/cros-tools/cros-tools b/projects/cros-tools/cros-tools index 3f0b0e83..41d4c8f3 100755 --- a/projects/cros-tools/cros-tools +++ b/projects/cros-tools/cros-tools @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/crossgcc/crossgcc b/projects/crossgcc/crossgcc index 67a1c52e..3ad3b7ae 100755 --- a/projects/crossgcc/crossgcc +++ b/projects/crossgcc/crossgcc @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/crossgcc/crossgcc-helper b/projects/crossgcc/crossgcc-helper index 557b6fc6..5c4072d2 100755 --- a/projects/crossgcc/crossgcc-helper +++ b/projects/crossgcc/crossgcc-helper @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/depthcharge/depthcharge b/projects/depthcharge/depthcharge index ad93bdef..ca31d4be 100755 --- a/projects/depthcharge/depthcharge +++ b/projects/depthcharge/depthcharge @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/depthcharge/depthcharge-helper b/projects/depthcharge/depthcharge-helper index b7e896b3..440fe0fe 100755 --- a/projects/depthcharge/depthcharge-helper +++ b/projects/depthcharge/depthcharge-helper @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/flashmap/flashmap b/projects/flashmap/flashmap index 0e038ffd..4ac6ab70 100755 --- a/projects/flashmap/flashmap +++ b/projects/flashmap/flashmap @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/flashrom-cros/flashrom-cros b/projects/flashrom-cros/flashrom-cros index 7cb14cdf..8e793fa7 100755 --- a/projects/flashrom-cros/flashrom-cros +++ b/projects/flashrom-cros/flashrom-cros @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/flashrom/flashrom b/projects/flashrom/flashrom index 45f0ffc4..0206e6b7 100755 --- a/projects/flashrom/flashrom +++ b/projects/flashrom/flashrom @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/hdctools/hdctools b/projects/hdctools/hdctools index f48b8a1e..9a7abdf0 100755 --- a/projects/hdctools/hdctools +++ b/projects/hdctools/hdctools @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/libpayload/libpayload b/projects/libpayload/libpayload index 60cc43c9..fc5f8764 100755 --- a/projects/libpayload/libpayload +++ b/projects/libpayload/libpayload @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/libpayload/libpayload-helper b/projects/libpayload/libpayload-helper index 05970932..a007aa2d 100755 --- a/projects/libpayload/libpayload-helper +++ b/projects/libpayload/libpayload-helper @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/libreboot-all/libreboot-all b/projects/libreboot-all/libreboot-all index 3f0b0e83..41d4c8f3 100755 --- a/projects/libreboot-all/libreboot-all +++ b/projects/libreboot-all/libreboot-all @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/libreboot-images/libreboot-images b/projects/libreboot-images/libreboot-images index 3f0b0e83..41d4c8f3 100755 --- a/projects/libreboot-images/libreboot-images +++ b/projects/libreboot-images/libreboot-images @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # 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> # diff --git a/projects/libreboot-sources/install/libreboot-sources b/projects/libreboot-sources/install/libreboot-sources index e85d3c22..f51fb93a 100755 --- a/projects/libreboot-sources/install/libreboot-sources +++ b/projects/libreboot-sources/install/libreboot-sources @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/libreboot-sources/libreboot-sources b/projects/libreboot-sources/libreboot-sources index 7d604740..3dc1cb7d 100755 --- a/projects/libreboot-sources/libreboot-sources +++ b/projects/libreboot-sources/libreboot-sources @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/libreboot-tools/libreboot-tools b/projects/libreboot-tools/libreboot-tools index 3f0b0e83..41d4c8f3 100755 --- a/projects/libreboot-tools/libreboot-tools +++ b/projects/libreboot-tools/libreboot-tools @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/mosys/mosys b/projects/mosys/mosys index 76b9d15b..f0f3345b 100755 --- a/projects/mosys/mosys +++ b/projects/mosys/mosys @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/nvramtool/nvramtool b/projects/nvramtool/nvramtool index 18c2fbe5..70bf0758 100755 --- a/projects/nvramtool/nvramtool +++ b/projects/nvramtool/nvramtool @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/vboot/vboot b/projects/vboot/vboot index 2a062023..a36791d6 100755 --- a/projects/vboot/vboot +++ b/projects/vboot/vboot @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/vpd/vpd b/projects/vpd/vpd index a9c8a8e2..f8ebe59f 100755 --- a/projects/vpd/vpd +++ b/projects/vpd/vpd @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # |