]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Ensure directories can only be made with printable characters
authorRyan S. Brown <sb@ryansb.com>
Sun, 7 Feb 2016 02:06:08 +0000 (21:06 -0500)
committerRyan S. Brown <sb@ryansb.com>
Sun, 7 Feb 2016 02:06:08 +0000 (21:06 -0500)
commitb1dec678233618542abbdc8f7fe896af3637be0a
tree735c141e2229ae82da8d2d0c0fce95f327fedc7d
parent8c858e4483b61b0622e3663647a881d0a3150473
Ensure directories can only be made with printable characters

In situations where `ls` colors directories incorrectly, the `$module`
variable contains unprintable characters. This causes directories to be
impossible to `cd` into normally, and is generally a pain.
buildall.bash