X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=buildall.bash;h=dd3a7cc13764579bd4fe09fb17f10fb3b5a1f83a;hb=11a44f0ea1964cd8f0ec9c99ad7b18460402cfc3;hp=410460f17834cbaa63eb0bbe9c117c2c8149eb2f;hpb=94390571c4a70b2e88f8f2090c66e4f455be2e44;p=kiibohd-controller.git diff --git a/buildall.bash b/buildall.bash index 410460f..dd3a7cc 100755 --- a/buildall.bash +++ b/buildall.bash @@ -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)