From acf7de7a52c16dd994305ce289e60e4894ff04d0 Mon Sep 17 00:00:00 2001 From: Kuba Tyszko Date: Tue, 6 Jul 2021 07:56:13 -0700 Subject: /bin/bash to /usr/bin/env bash (#13422) --- util/new_keyboard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/new_keyboard.sh') diff --git a/util/new_keyboard.sh b/util/new_keyboard.sh index cf3339f9a7..d0db23bb42 100755 --- a/util/new_keyboard.sh +++ b/util/new_keyboard.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # This script generates a new keyboard directory under keyboards/, # and copies the template files from quantum/template/ into it. -- cgit v1.2.3