X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=buildall.bash;h=8f24726582cebdb9ff5abe2e40ae86740914c373;hb=d00c034cbf7cd49e00597a4ee4722215338d20a3;hp=410460f17834cbaa63eb0bbe9c117c2c8149eb2f;hpb=94390571c4a70b2e88f8f2090c66e4f455be2e44;p=kiibohd-controller.git diff --git a/buildall.bash b/buildall.bash index 410460f..8f24726 100755 --- a/buildall.bash +++ b/buildall.bash @@ -40,7 +40,7 @@ main() { cmake -DScanModuleOverride=$module ../.. && make || let failCount++ # Cleanup, for the next build - cd - + cd - > /dev/null done totalModules=$(echo $scanModules | wc -w)