summaryrefslogtreecommitdiff
path: root/util/new_keyboard.sh
diff options
context:
space:
mode:
authorKuba Tyszko <kuba@lbl.pl>2021-07-06 07:56:13 -0700
committerGitHub <noreply@github.com>2021-07-06 07:56:13 -0700
commitacf7de7a52c16dd994305ce289e60e4894ff04d0 (patch)
treec501475a4d37f066b51e6028e8c2152e21cc24ad /util/new_keyboard.sh
parent9ce680801574706a846de9aafe33cffbf5231509 (diff)
/bin/bash to /usr/bin/env bash (#13422)
Diffstat (limited to 'util/new_keyboard.sh')
-rwxr-xr-xutil/new_keyboard.sh2
1 files changed, 1 insertions, 1 deletions
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.