Fix shell port bug in computation of QMK_FIRMWARE_DIR (#13950) Previous code would fail if cd echoes the tathet directory to stdout, which is pretty common. Redirecting its output to /dev/null solves the problem.
1 files changed, 1 insertions(+), 1 deletions(-) M util/qmk_install.sh
M util/qmk_install.sh => util/qmk_install.sh +1 -1