X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=buildall.bash;h=a8c393b58eea7c8b7c09317d0afd08b926675716;hb=88670ac72f51e5f1f68b72ca300bdb0c999a37f7;hp=4f5aaa9de530f357d34c0aa1f2c3259cdf44ac9e;hpb=42084aa9609a6b351b78c8759dc9f6aaf4e0d384;p=kiibohd-controller.git diff --git a/buildall.bash b/buildall.bash index 4f5aaa9..a8c393b 100755 --- a/buildall.bash +++ b/buildall.bash @@ -31,7 +31,8 @@ main() { # Create permutation directories # Then run cmake, and run each build permutation # Keeping track of how many builds failed/passed - for module in $scanModules; do + for mod in $scanModules; do + module=$(tr -dc "[:print:]" <<< "$mod") # Create directory, but do not error if it exists already mkdir -p build/$module cd build/$module