]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - buildall.bash
Moving MatrixARM header macros to separate file
[kiibohd-controller.git] / buildall.bash
index 410460f17834cbaa63eb0bbe9c117c2c8149eb2f..8f24726582cebdb9ff5abe2e40ae86740914c373 100755 (executable)
@@ -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)