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