]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - buildall.bash
Fixing CMake dependency checking for kll_defs.h
[kiibohd-controller.git] / buildall.bash
index 410460f17834cbaa63eb0bbe9c117c2c8149eb2f..dd3a7cc13764579bd4fe09fb17f10fb3b5a1f83a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 ###| Builder Script |###
-# 
+#
 # Builds all permutations of modules
 # This script is an attempt to maintain module sanity as new ones are added
 #
@@ -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)