]> git.donarmstrong.com Git - qmk_firmware.git/commit
Read user input properly in linux_install.sh for Gentoo (#4395)
authorKonstantin Đorđević <vomindoraan@gmail.com>
Wed, 26 Dec 2018 16:01:26 +0000 (17:01 +0100)
committerDrashna Jaelre <drashna@live.com>
Wed, 26 Dec 2018 16:01:26 +0000 (08:01 -0800)
commit0c1256e60ab430402ad5dcd11f2368bb065fa958
tree5ead22ddf3eabffde5ac7a2fc0b1d06b04e0427e
parentb7d2a9f980be009f5d40950cf649ce1086b821a9
Read user input properly in linux_install.sh for Gentoo (#4395)

* Change spaces to tabs on two lines

The rest of the file uses tabs

* Read user input in a non-terrible, non-hacky way

* Remove unnecessary tee call

* read -p is not POSIX

* Add missing $ to echo GENTOO_WARNING

* Replace non-POSIX echo -n with printf

* Use cd ... || exit 1 in case git clone fails

* Add missing sudo

Thanks @snortwolf

* Undo replacing tee with >>
util/linux_install.sh