=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== smtube-18.3.0/setup/smtube.nsi-368-!macro _StrContainsConstructor OUT NEEDLE HAYSTACK smtube-18.3.0/setup/smtube.nsi:369: Push `${HAYSTACK}` smtube-18.3.0/setup/smtube.nsi:370: Push `${NEEDLE}` smtube-18.3.0/setup/smtube.nsi-371- Call StrContains smtube-18.3.0/setup/smtube.nsi:372: Pop `${OUT}` smtube-18.3.0/setup/smtube.nsi-373-!macroend ############################################## smtube-18.3.0/get_svn_revision.sh-9-svn_revision=`LC_ALL=C svn info 2> /dev/null | grep Revision | cut -d' ' -f2` smtube-18.3.0/get_svn_revision.sh:10:test $svn_revision || svn_revision=`cd "$1" && grep revision .svn/entries 2>/dev/null | cut -d '"' -f2` smtube-18.3.0/get_svn_revision.sh:11:test $svn_revision || svn_revision=`cd "$1" && sed -n -e '/^dir$/{n;p;q}' .svn/entries 2>/dev/null` smtube-18.3.0/get_svn_revision.sh-12-test $svn_revision || svn_revision=0UNKNOWN