===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
cmdtest-0.32.14.gcdfe14e/NEWS-172-
cmdtest-0.32.14.gcdfe14e/NEWS:173:* Yarn now sets `$HOME` to a directory in `$DATADIR`, and creates
cmdtest-0.32.14.gcdfe14e/NEWS:174:  that directory. This means test suites can assume `$HOME` exists,
cmdtest-0.32.14.gcdfe14e/NEWS-175-  but don't use the user's real home directory, which is important for
##############################################
cmdtest-0.32.14.gcdfe14e/README.yarn-153-  The shell commands get parenthesised parts of the match of the
cmdtest-0.32.14.gcdfe14e/README.yarn:154:  regular expression as environment variables (`$MATCH_1` etc). For
cmdtest-0.32.14.gcdfe14e/README.yarn:155:  example, if the regexp is "a (\d+) byte file", then `$MATCH_1` gets
cmdtest-0.32.14.gcdfe14e/README.yarn-156-  set to the number matched by `\d+`.
##############################################
cmdtest-0.32.14.gcdfe14e/yarn-doc/index.mdwn-192-  The shell commands get parenthesised parts of the match of the
cmdtest-0.32.14.gcdfe14e/yarn-doc/index.mdwn:193:  regular expression as environment variables (`$MATCH_1` etc). For
cmdtest-0.32.14.gcdfe14e/yarn-doc/index.mdwn:194:  example, if the regexp is "a (\d+) byte file", then `$MATCH_1` gets
cmdtest-0.32.14.gcdfe14e/yarn-doc/index.mdwn-195-  set to the number matched by `\d+`.