===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pbuilder-0.230.4/Documentation/pbuilder-doc.de.po-1700-"if [ -n \"${DIST}\" ]; then\n"
pbuilder-0.230.4/Documentation/pbuilder-doc.de.po:1701:"        BASETGZ=\"`dirname $BASETGZ`/$DIST-base.tgz\"\n"
pbuilder-0.230.4/Documentation/pbuilder-doc.de.po-1702-"        DISTRIBUTION=\"$DIST\"\n"
##############################################
pbuilder-0.230.4/Documentation/pbuilder-doc.de.po-1707-"if [ -n \"${DIST}\" ]; then\n"
pbuilder-0.230.4/Documentation/pbuilder-doc.de.po:1708:"        BASETGZ=\"`dirname $BASETGZ`/$DIST-base.tgz\"\n"
pbuilder-0.230.4/Documentation/pbuilder-doc.de.po-1709-"        DISTRIBUTION=\"$DIST\"\n"
##############################################
pbuilder-0.230.4/Documentation/pbuilder-doc.fr.po-1956-"if [ -n \"${DIST}\" ]; then\n"
pbuilder-0.230.4/Documentation/pbuilder-doc.fr.po:1957:"        BASETGZ=\"`dirname $BASETGZ`/$DIST-base.tgz\"\n"
pbuilder-0.230.4/Documentation/pbuilder-doc.fr.po-1958-"        DISTRIBUTION=\"$DIST\"\n"
##############################################
pbuilder-0.230.4/Documentation/pbuilder-doc.fr.po-1963-"if [ -n \"${DIST}\" ]; then\n"
pbuilder-0.230.4/Documentation/pbuilder-doc.fr.po:1964:"        BASETGZ=\"`dirname $BASETGZ`/$DIST-base.tgz\"\n"
pbuilder-0.230.4/Documentation/pbuilder-doc.fr.po-1965-"        DISTRIBUTION=\"$DIST\"\n"
##############################################
pbuilder-0.230.4/Documentation/pbuilder-doc.ja.po-1704-"if [ -n \"${DIST}\" ]; then\n"
pbuilder-0.230.4/Documentation/pbuilder-doc.ja.po:1705:"        BASETGZ=\"`dirname $BASETGZ`/$DIST-base.tgz\"\n"
pbuilder-0.230.4/Documentation/pbuilder-doc.ja.po-1706-"        DISTRIBUTION=\"$DIST\"\n"
##############################################
pbuilder-0.230.4/Documentation/pbuilder-doc.po-1239-"if [ -n \"${DIST}\" ]; then\n"
pbuilder-0.230.4/Documentation/pbuilder-doc.po:1240:"        BASETGZ=\"`dirname $BASETGZ`/$DIST-base.tgz\"\n"
pbuilder-0.230.4/Documentation/pbuilder-doc.po-1241-"        DISTRIBUTION=\"$DIST\"\n"
##############################################
pbuilder-0.230.4/Documentation/pbuilder-doc.xml-874-if [ -n "${DIST}" ]; then
pbuilder-0.230.4/Documentation/pbuilder-doc.xml:875:        BASETGZ="`dirname $BASETGZ`/$DIST-base.tgz"
pbuilder-0.230.4/Documentation/pbuilder-doc.xml-876-        DISTRIBUTION="$DIST"
##############################################
pbuilder-0.230.4/debian/changelog-438-        bug #815172 in build-essential);
pbuilder-0.230.4/debian/changelog:439:      - `--host-arch $HOST_ARCH` is passed to dpkg-buildpackage;
pbuilder-0.230.4/debian/changelog-440-      - 'nocheck' is added to DEB_BUILD_OPTIONS;
##############################################
pbuilder-0.230.4/examples/pbuilder-distribution.sh-5-OPERATION=$1
pbuilder-0.230.4/examples/pbuilder-distribution.sh:6:DISTRIBUTION=`basename $0 | cut -f2 -d '-'`
pbuilder-0.230.4/examples/pbuilder-distribution.sh-7-PROCEED=false
##############################################
pbuilder-0.230.4/examples/rebuild/buildall-36-    DIR=$1
pbuilder-0.230.4/examples/rebuild/buildall:37:    VER=`echo $2 | sed s/^.*://`
pbuilder-0.230.4/examples/rebuild/buildall-38-    dget -x ${MIRROR}/debian/${DIR}/${PACKAGE}_${VER}.dsc > /dev/null 2> $LOGDIR/.$PACKAGE
##############################################
pbuilder-0.230.4/pbuilder-modules-166-
pbuilder-0.230.4/pbuilder-modules:167:# call like `_contains $list $value`, returns 0 if $value is in $list, 1 otherwise
pbuilder-0.230.4/pbuilder-modules-168-_contains() {
##############################################
pbuilder-0.230.4/t/testlib.sh-82-    if [ -n "$PBUILDER_CHECKOUT" ]; then
pbuilder-0.230.4/t/testlib.sh:83:        abs_pbuilder_checkout="`cd $PBUILDER_CHECKOUT; pwd`"
pbuilder-0.230.4/t/testlib.sh-84-    fi
##############################################
pbuilder-0.230.4/t/testlib.sh-157-    shift
pbuilder-0.230.4/t/testlib.sh:158:    result="`"$@" 2>&1`" || true
pbuilder-0.230.4/t/testlib.sh-159-    if [ "$result" = "$val" ]; then