/bin/bash to /usr/bin/env bash (#13422)

This commit is contained in:
Kuba Tyszko
2021-07-06 07:56:13 -07:00
committed by GitHub
parent 9ce6808015
commit acf7de7a52
19 changed files with 19 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
QMK_FIRMWARE_DIR=$(cd -P -- "$(dirname -- "$0")/.." && pwd -P)
QMK_FIRMWARE_UTIL_DIR=$QMK_FIRMWARE_DIR/util