===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
bolt-0.9/CHANGELOG.md-48-* NB for packagers:
bolt-0.9/CHANGELOG.md:49:  - The dbus configuration is now installed in `$datadir/dbus-1/system.d` instead of `$sysconfdir` [!177].
bolt-0.9/CHANGELOG.md-50-  - To install tests, configure with `-Dinstall-tests=true`.
##############################################
bolt-0.9/scripts/git-hooks/pre-push-23-    # check for fixup! commit
bolt-0.9/scripts/git-hooks/pre-push:24:    commit=`git rev-list -n 1 --grep '^fixup! ' "$range"`
bolt-0.9/scripts/git-hooks/pre-push-25-    if [ -n "$commit" ]; then
##############################################
bolt-0.9/scripts/uncrustify.sh-16-pushd "$SRCROOT"
bolt-0.9/scripts/uncrustify.sh:17:uncrustify -c "$CFG" $OPTS `git ls-tree --name-only -r HEAD | grep \\\.[ch]$ | grep -v gvdb | grep -v build/`
bolt-0.9/scripts/uncrustify.sh-18-RES=$?