X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=buildall.bash;h=a8c393b58eea7c8b7c09317d0afd08b926675716;hb=a848a6bc79285a2e5b3705f126c36e5c5037d5ef;hp=4f5aaa9de530f357d34c0aa1f2c3259cdf44ac9e;hpb=4312ae50affa21df838cac28b304d59737ece303;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