Fix shell port bug in computation of QMK_FIRMWARE_DIR (#13950) 0.13.34
authorEric S. Raymond <esr@thyrsus.com>
Tue, 10 Aug 2021 23:56:08 +0000 (19:56 -0400)
committerGitHub <noreply@github.com>
Tue, 10 Aug 2021 23:56:08 +0000 (00:56 +0100)
commit817fcfdc9a146f949e1edeba088866eff8cbcde2
tree12fe2f6e402f2c436a4753953cc3c6ec4b02bb7f
parented84a4e7e3e65d1ef090117cdb9c6d70ed554a28
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.
util/qmk_install.sh