===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
swami-2.2.1/package/rpmpkg.sh-24-
swami-2.2.1/package/rpmpkg.sh:25:SWAMIDIR=`basename $1 .tar.gz`
swami-2.2.1/package/rpmpkg.sh-26-
##############################################
swami-2.2.1/po/Makefile.in.in-58-
swami-2.2.1/po/Makefile.in.in:59:USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
swami-2.2.1/po/Makefile.in.in-60-
##############################################
swami-2.2.1/po/Makefile.in.in-83-.po.gmo:
swami-2.2.1/po/Makefile.in.in:84:	file=`echo $* | sed 's,.*/,,'`.gmo \
swami-2.2.1/po/Makefile.in.in-85-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
swami-2.2.1/po/Makefile.in.in-184-	  echo "$$lang:"; \
swami-2.2.1/po/Makefile.in.in:185:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
swami-2.2.1/po/Makefile.in.in-186-	  if $$result; then \
##############################################
swami-2.2.1/po/Rules-quot-10-.insert-header.po-update-en:
swami-2.2.1/po/Rules-quot:11:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
swami-2.2.1/po/Rules-quot:12:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
swami-2.2.1/po/Rules-quot-13-	tmpdir=`pwd`; \
swami-2.2.1/po/Rules-quot-14-	echo "$$lang:"; \
swami-2.2.1/po/Rules-quot:15:	ll=`echo $$lang | sed -e 's/@.*//'`; \
swami-2.2.1/po/Rules-quot-16-	LC_ALL=C; export LC_ALL; \
swami-2.2.1/po/Rules-quot-17-	cd $(srcdir); \
swami-2.2.1/po/Rules-quot:18:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
swami-2.2.1/po/Rules-quot-19-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \