===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
mu-cite-8.1+0.20201103/Makefile-50-	cvs commit
mu-cite-8.1+0.20201103/Makefile:51:	sh -c 'cvs tag -RF $(PACKAGE)-`echo $(VERSION) | tr . _`; \
mu-cite-8.1+0.20201103/Makefile-52-	cd /tmp; \
##############################################
mu-cite-8.1+0.20201103/Makefile-54-		export -d $(PACKAGE)-$(VERSION) \
mu-cite-8.1+0.20201103/Makefile:55:		-r $(PACKAGE)-`echo $(VERSION) | tr . _` \
mu-cite-8.1+0.20201103/Makefile-56-		mu'
##############################################
mu-cite-8.1+0.20201103/mu-bbdb.el-79-instead of call the function directly."
mu-cite-8.1+0.20201103/mu-bbdb.el:80:  (let ((addr (mu-cite-get-value 'address)))
mu-cite-8.1+0.20201103/mu-bbdb.el-81-    (or (mu-bbdb-get-attr addr)
##############################################
mu-cite-8.1+0.20201103/mu-bbdb.el-105-instead of call the function directly."
mu-cite-8.1+0.20201103/mu-bbdb.el:106:  (let* ((addr (mu-cite-get-value 'address))
mu-cite-8.1+0.20201103/mu-bbdb.el-107-	 (attr (mu-bbdb-get-attr addr))
##############################################
mu-cite-8.1+0.20201103/mu-register.el-169-(defun mu-cite-get-prefix-register-method ()
mu-cite-8.1+0.20201103/mu-register.el:170:  (let ((addr (mu-cite-get-value 'address)))
mu-cite-8.1+0.20201103/mu-register.el-171-    (or (mu-register-get-citation-name addr)
##############################################
mu-cite-8.1+0.20201103/mu-register.el-188-(defun mu-cite-get-prefix-register-verbose-method (&optional no-return)
mu-cite-8.1+0.20201103/mu-register.el:189:  (let* ((addr (mu-cite-get-value 'address))
mu-cite-8.1+0.20201103/mu-register.el-190-	 (return1 (mu-register-get-citation-name addr))
##############################################
mu-cite-8.1+0.20201103/debian/emacsen-install-21-if [ -f "$ELCSTAMP" ]; then
mu-cite-8.1+0.20201103/debian/emacsen-install:22:    if [ -z "`find "$ELDIR/$PACKAGE.el" -newer "$ELCSTAMP"`" ]; then
mu-cite-8.1+0.20201103/debian/emacsen-install-23-	echo "install/$PACKAGE: already byte-compiled for $FLAVOR, skipped"
##############################################
mu-cite-8.1+0.20201103/debian/rules-9-	wget -O upstream.tar.gz https://github.com/cvs-m17n-org/MU-CITE/tarball/master
mu-cite-8.1+0.20201103/debian/rules:10:	mv -f upstream.tar.gz `LC_ALL=C tar ztvf upstream.tar.gz --utc | perl -ne 'if (/ (\d\d\d\d)-(\d\d)-(\d\d) /) {print "mu-cite_8.1+0.$$1$$2$$3.orig.tar.gz\n"; exit}'`
mu-cite-8.1+0.20201103/debian/rules-11-