===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
osmo-pcu-0.8.0/git-version-gen-81-then
osmo-pcu-0.8.0/git-version-gen:82:    v=`cat $tarball_version_file` || exit 1
osmo-pcu-0.8.0/git-version-gen-83-    case $v in
##############################################
osmo-pcu-0.8.0/git-version-gen-114-	    # of git describe.
osmo-pcu-0.8.0/git-version-gen:115:	    vtag=`echo "$v" | sed 's/-.*//'`
osmo-pcu-0.8.0/git-version-gen:116:	    numcommits=`git rev-list "$vtag"..HEAD | wc -l`
osmo-pcu-0.8.0/git-version-gen:117:	    v=`echo "$v" | sed "s/\(.*\)-\(.*\)/\1-$numcommits-\2/"`;
osmo-pcu-0.8.0/git-version-gen-118-	    ;;
##############################################
osmo-pcu-0.8.0/git-version-gen-122-    # Remove the "g" in git describe's output string, to save a byte.
osmo-pcu-0.8.0/git-version-gen:123:    v=`echo "$v" | sed 's/-/./;s/\(.*\)-g/\1-/'`;
osmo-pcu-0.8.0/git-version-gen-124-else
##############################################
osmo-pcu-0.8.0/git-version-gen-127-
osmo-pcu-0.8.0/git-version-gen:128:v=`echo "$v" |sed 's/^v//'`
osmo-pcu-0.8.0/git-version-gen-129-
##############################################
osmo-pcu-0.8.0/src/pcu_main.cpp-305-
osmo-pcu-0.8.0/src/pcu_main.cpp:306:	rc = telnet_init_dynif(tall_pcu_ctx, NULL, vty_get_bind_addr(),
osmo-pcu-0.8.0/src/pcu_main.cpp-307-			       OSMO_VTY_PORT_PCU);