Skip to content

Commit acf7de7

Browse files
authored
/bin/bash to /usr/bin/env bash (qmk#13422)
1 parent 9ce6808 commit acf7de7

19 files changed

+19
-19
lines changed

util/chibios_conf_updater.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -eEuo pipefail
44
umask 022

util/generate_internal_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -x
44

util/install/arch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
_qmk_install() {
44
echo "Installing dependencies"

util/install/debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
DEBIAN_FRONTEND=noninteractive
44
DEBCONF_NONINTERACTIVE_SEEN=true

util/install/fedora.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
_qmk_install() {
44
echo "Installing dependencies"

util/install/freebsd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
_qmk_install_prepare() {
44
sudo pkg update $SKIP_PROMPT

util/install/gentoo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
_qmk_install_prepare() {
44
echo "This script will make a USE change in order to ensure that that QMK works on your system."

util/install/linux_shared.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# For those distros that do not package bootloadHID
44
_qmk_install_bootloadhid() {

util/install/macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
_qmk_install_prepare() {
44
echo "Checking Homebrew installation"

util/install/msys2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
_qmk_install_prepare() {
44
pacman -Syu $MSYS2_CONFIRM

0 commit comments

Comments
 (0)