===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
binpac-0.56.0/configure-65-    case "$1" in
binpac-0.56.0/configure:66:        -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
binpac-0.56.0/configure-67-        *) optarg= ;;
##############################################
binpac-0.56.0/cmake/package_postupgrade.sh.in-13-if [ -e ${backupNamesFile} ]; then
binpac-0.56.0/cmake/package_postupgrade.sh.in:14:    backupFileList=`cat ${backupNamesFile}`
binpac-0.56.0/cmake/package_postupgrade.sh.in-15-
binpac-0.56.0/cmake/package_postupgrade.sh.in-16-    for backupFile in ${backupFileList}; do
binpac-0.56.0/cmake/package_postupgrade.sh.in:17:        origFileName=`echo ${backupFile} | sed 's/\(.*\)\..*/\1/'`
binpac-0.56.0/cmake/package_postupgrade.sh.in-18-
##############################################
binpac-0.56.0/cmake/BifCl.cmake-195-    add_custom_target(${target})
binpac-0.56.0/cmake/BifCl.cmake:196:    bif_create_include(${dstdir} "" "${bifinputs}")
binpac-0.56.0/cmake/BifCl.cmake:197:    bif_create_include(${dstdir} .init "${bifinputs}")
binpac-0.56.0/cmake/BifCl.cmake-198-endfunction()
##############################################
binpac-0.56.0/cmake/BifCl.cmake-203-    add_custom_target(${target})
binpac-0.56.0/cmake/BifCl.cmake:204:    bif_create_include(${dstdir} .register "${bifinputs}")
binpac-0.56.0/cmake/BifCl.cmake-205-endfunction()
##############################################
binpac-0.56.0/cmake/zeek-plugin-install-package.sh-8-if [ $# != 2 ]; then
binpac-0.56.0/cmake/zeek-plugin-install-package.sh:9:    echo "usage: `basename $0` <canonical plugin name> <destination directory>"
binpac-0.56.0/cmake/zeek-plugin-install-package.sh-10-    exit 1
##############################################
binpac-0.56.0/cmake/zeek-plugin-create-package.sh-9-if [ $# = 0 ]; then
binpac-0.56.0/cmake/zeek-plugin-create-package.sh:10:    echo "usage: `basename $0` <canonical plugin name> [<additional files to include into binary distribution>]"
binpac-0.56.0/cmake/zeek-plugin-create-package.sh-11-    exit 1
##############################################
binpac-0.56.0/cmake/zeek-plugin-create-package.sh-20-    if [ -e ../$i ]; then
binpac-0.56.0/cmake/zeek-plugin-create-package.sh:21:        dir=`dirname $i`
binpac-0.56.0/cmake/zeek-plugin-create-package.sh-22-        mkdir -p ${dir}
##############################################
binpac-0.56.0/cmake/ZeekPluginDynamic.cmake-14-    if ( BRO_DIST )
binpac-0.56.0/cmake/ZeekPluginDynamic.cmake:15:        include(${BRO_DIST}/cmake/CommonCMakeConfig.cmake)
binpac-0.56.0/cmake/ZeekPluginDynamic.cmake-16-
##############################################
binpac-0.56.0/cmake/ZeekPluginDynamic.cmake-87-
binpac-0.56.0/cmake/ZeekPluginDynamic.cmake:88:        include(${BRO_CONFIG_CMAKE_DIR}/CommonCMakeConfig.cmake)
binpac-0.56.0/cmake/ZeekPluginDynamic.cmake-89-