===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
opensc-0.20.0/.github/push_artifacts.sh-16-        cp ${file} .
opensc-0.20.0/.github/push_artifacts.sh:17:        git add `basename ${file}`
opensc-0.20.0/.github/push_artifacts.sh-18-    fi
##############################################
opensc-0.20.0/MacOSX/build-package.in-41-	fi
opensc-0.20.0/MacOSX/build-package.in:42:	export OPENSSL_CFLAGS="`env PKG_CONFIG_PATH=$BUILDPATH/openssl_bin/$PREFIX/lib/pkgconfig PKG_CONFIG_SYSROOT_DIR=$BUILDPATH/openssl_bin pkg-config --static --cflags libcrypto`"
opensc-0.20.0/MacOSX/build-package.in:43:	export OPENSSL_LIBS="`  env PKG_CONFIG_PATH=$BUILDPATH/openssl_bin/$PREFIX/lib/pkgconfig PKG_CONFIG_SYSROOT_DIR=$BUILDPATH/openssl_bin pkg-config --static --libs   libcrypto`"
opensc-0.20.0/MacOSX/build-package.in-44-fi
##############################################
opensc-0.20.0/MacOSX/build-package.in-55-fi
opensc-0.20.0/MacOSX/build-package.in:56:export OPENPACE_CFLAGS="`env PKG_CONFIG_PATH=$BUILDPATH/openssl_bin/$PREFIX/lib/pkgconfig:$BUILDPATH/openpace_bin/$PREFIX/lib/pkgconfig PKG_CONFIG_SYSROOT_DIR=$BUILDPATH/openpace_bin pkg-config --static --cflags libeac` $OPENSSL_CFLAGS"
opensc-0.20.0/MacOSX/build-package.in:57:export OPENPACE_LIBS="`  env PKG_CONFIG_PATH=$BUILDPATH/openssl_bin/$PREFIX/lib/pkgconfig:$BUILDPATH/openpace_bin/$PREFIX/lib/pkgconfig PKG_CONFIG_SYSROOT_DIR=$BUILDPATH/openpace_bin pkg-config --static --libs   libeac` $OPENSSL_LIBS"
opensc-0.20.0/MacOSX/build-package.in-58-
##############################################
opensc-0.20.0/MacOSX/libtool-bundle-53-[ $# -eq 3 ] && name=$3
opensc-0.20.0/MacOSX/libtool-bundle:54:name=`echo $name | sed -e "s@.*/@@" -e "s@\.so.*@@"`
opensc-0.20.0/MacOSX/libtool-bundle-55-root="$destdir/${name}.bundle"
##############################################
opensc-0.20.0/configure.ac-718-if test "${cvcdir}" = false ; then
opensc-0.20.0/configure.ac:719:    cvcdir="`$PKG_CONFIG libeac --variable=cvcdir`"
opensc-0.20.0/configure.ac-720-fi
##############################################
opensc-0.20.0/configure.ac-740-if test "${x509dir}" = false ; then
opensc-0.20.0/configure.ac:741:    x509dir="`$PKG_CONFIG libeac --variable=x509dir`"
opensc-0.20.0/configure.ac-742-fi
##############################################
opensc-0.20.0/configure.ac-744-then
opensc-0.20.0/configure.ac:745:    x509dir="`$PKG_CONFIG libeac --variable=x509dir`"
opensc-0.20.0/configure.ac-746-fi
##############################################
opensc-0.20.0/m4/ax_pthread.m4-296-             ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g'
opensc-0.20.0/m4/ax_pthread.m4:297:             ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"`
opensc-0.20.0/m4/ax_pthread.m4-298-             ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)"
##############################################
opensc-0.20.0/src/tests/regression/functions-43-		case $1 in
opensc-0.20.0/src/tests/regression/functions:44:		--*)	var=`expr "$1" : '--\(.*\)'|tr - _`
opensc-0.20.0/src/tests/regression/functions-45-			eval opt_$var=true;;
##############################################
opensc-0.20.0/src/tests/regression/functions-192-	cp /dev/null $p15log
opensc-0.20.0/src/tests/regression/functions:193:	out=`eval "$@" 2>&1`
opensc-0.20.0/src/tests/regression/functions-194-
##############################################
opensc-0.20.0/src/tests/regression/functions-205-
opensc-0.20.0/src/tests/regression/functions:206:	name=`$osctool --name`
opensc-0.20.0/src/tests/regression/functions-207-	for __pat in "$@"; do
##############################################
opensc-0.20.0/src/tests/regression/functions-216-
opensc-0.20.0/src/tests/regression/functions:217:	name=`$osctool --name`
opensc-0.20.0/src/tests/regression/functions-218-	for __pat in "$@"; do
##############################################
opensc-0.20.0/tests/test-manpage.sh-4-# find all the manual pages in src/tools
opensc-0.20.0/tests/test-manpage.sh:5:TOOLS=`find "${SOURCE_PATH}/doc/tools" -name "*.1.xml" | sed -E -e "s|.*/([a-z0-9-]*).*|\1|"`
opensc-0.20.0/tests/test-manpage.sh-6-ALL=1