diff options
author | Kuba Tyszko <kuba@lbl.pl> | 2021-07-06 07:56:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-06 07:56:13 -0700 |
commit | acf7de7a52c16dd994305ce289e60e4894ff04d0 (patch) | |
tree | c501475a4d37f066b51e6028e8c2152e21cc24ad /util/install/linux_shared.sh | |
parent | 9ce680801574706a846de9aafe33cffbf5231509 (diff) | |
download | qmk_firmware-acf7de7a52c16dd994305ce289e60e4894ff04d0.tar.gz qmk_firmware-acf7de7a52c16dd994305ce289e60e4894ff04d0.zip |
/bin/bash to /usr/bin/env bash (#13422)
Diffstat (limited to 'util/install/linux_shared.sh')
-rwxr-xr-x | util/install/linux_shared.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/install/linux_shared.sh b/util/install/linux_shared.sh index cb81e8611..e060f425f 100755 --- a/util/install/linux_shared.sh +++ b/util/install/linux_shared.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/bin/bash | 1 | #!/usr/bin/env bash |
2 | 2 | ||
3 | # For those distros that do not package bootloadHID | 3 | # For those distros that do not package bootloadHID |
4 | _qmk_install_bootloadhid() { | 4 | _qmk_install_bootloadhid() { |