===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
qconf-2.4/configure-66-	else
qconf-2.4/configure:67:		a=`"$WHICH" "$ALL_MATCHES" "$1" 2>/dev/null`
qconf-2.4/configure-68-		if [ ! -z "$a" -a -x "$a" ]; then
##############################################
qconf-2.4/configure-83-		if $WHICH $mk >/dev/null 2>&1; then
qconf-2.4/configure:84:			MAKE=`$WHICH $mk`
qconf-2.4/configure-85-			break
##############################################
qconf-2.4/configure-116-while [ $# -gt 0 ]; do
qconf-2.4/configure:117:	optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
qconf-2.4/configure-118-	case "$1" in
##############################################
qconf-2.4/configure-191-		fi
qconf-2.4/configure:192:		vout=`/bin/sh -c "$cmd" 2>&1`
qconf-2.4/configure-193-		case "${vout}" in
##############################################
qconf-2.4/configure-271-				fi
qconf-2.4/configure:272:				versions=`$cmd`
qconf-2.4/configure-273-			fi
##############################################
qconf-2.4/configure-278-				fi
qconf-2.4/configure:279:				qtbins=`$cmd 2>/dev/null`
qconf-2.4/configure-280-				if [ ! -z "$qtbins" ] && qmake_check "$qtbins/qmake"; then
##############################################
qconf-2.4/configure-296-		fi
qconf-2.4/configure:297:		str=`$cmd 2>/dev/null`
qconf-2.4/configure-298-		if [ ! -z "$str" ]; then
##############################################
qconf-2.4/configure-314-		for n in $names; do
qconf-2.4/configure:315:			qstr=`$WHICH -a $n 2>/dev/null`
qconf-2.4/configure-316-			for q in $qstr; do
##############################################
qconf-2.4/configure-353-	if $WHICH readlink >/dev/null 2>&1; then
qconf-2.4/configure:354:		READLINK=`$WHICH readlink`
qconf-2.4/configure-355-	fi
qconf-2.4/configure-356-	if [ ! -z "$READLINK" ]; then
qconf-2.4/configure:357:		qt_mkspecsdir=`"$qm" -query QT_INSTALL_DATA`/mkspecs
qconf-2.4/configure-358-		if [ -d "$qt_mkspecsdir" ] && [ -h "$qt_mkspecsdir/default" ]; then
qconf-2.4/configure:359:			defmakespec=`$READLINK $qt_mkspecsdir/default`
qconf-2.4/configure-360-		fi
##############################################
qconf-2.4/qconf.pro-10-exists($$OUT_PWD/conf.pri) {
qconf-2.4/qconf.pro:11:	include($$OUT_PWD/conf.pri)
qconf-2.4/qconf.pro-12-}
##############################################
qconf-2.4/src/qconf.cpp-663-		"	else\n"
qconf-2.4/src/qconf.cpp:664:		"		a=`\"$WHICH\" \"$ALL_MATCHES\" \"$1\" 2>/dev/null`\n"
qconf-2.4/src/qconf.cpp-665-		"		if [ ! -z \"$a\" -a -x \"$a\" ]; then\n"
##############################################
qconf-2.4/src/qconf.cpp-683-		"		if $WHICH $mk >/dev/null 2>&1; then\n"
qconf-2.4/src/qconf.cpp:684:		"			MAKE=`$WHICH $mk`\n"
qconf-2.4/src/qconf.cpp-685-		"			break\n"
##############################################
qconf-2.4/src/qconf.cpp-714-			"		--%1=*)\n"
qconf-2.4/src/qconf.cpp:715:			//"			%2=`expr \"${1}\" : \"--%3=\\(.*\\)\"`\n"
qconf-2.4/src/qconf.cpp-716-			//"			%2=\"${1#--%3=}\"\n"
##############################################
qconf-2.4/src/qconf.cpp-736-		"while [ $# -gt 0 ]; do\n"
qconf-2.4/src/qconf.cpp:737:		"	optarg=`expr \"x$1\" : 'x[^=]*=\\(.*\\)'`\n"
qconf-2.4/src/qconf.cpp-738-		"	case \"$1\" in\n";
##############################################
qconf-2.4/src/qconf.cpp-785-		"		fi\n"
qconf-2.4/src/qconf.cpp:786:		"		vout=`/bin/sh -c \"$cmd\" 2>&1`\n"
qconf-2.4/src/qconf.cpp-787-		"		case \"${vout}\" in\n"
##############################################
qconf-2.4/src/qconf.cpp-867-		"				fi\n"
qconf-2.4/src/qconf.cpp:868:		"				versions=`$cmd`\n"
qconf-2.4/src/qconf.cpp-869-		"			fi\n"
##############################################
qconf-2.4/src/qconf.cpp-874-		"				fi\n"
qconf-2.4/src/qconf.cpp:875:		"				qtbins=`$cmd 2>/dev/null`\n"
qconf-2.4/src/qconf.cpp-876-		"				if [ ! -z \"$qtbins\" ] && qmake_check \"$qtbins/qmake\"; then\n"
##############################################
qconf-2.4/src/qconf.cpp-892-		"		fi\n"
qconf-2.4/src/qconf.cpp:893:		"		str=`$cmd 2>/dev/null`\n"
qconf-2.4/src/qconf.cpp-894-		"		if [ ! -z \"$str\" ]; then\n"
##############################################
qconf-2.4/src/qconf.cpp-910-		"		for n in $names; do\n"
qconf-2.4/src/qconf.cpp:911:		"			qstr=`$WHICH -a $n 2>/dev/null`\n"
qconf-2.4/src/qconf.cpp-912-		"			for q in $qstr; do\n"
##############################################
qconf-2.4/src/qconf.cpp-954-		"	if $WHICH readlink >/dev/null 2>&1; then\n"
qconf-2.4/src/qconf.cpp:955:		"		READLINK=`$WHICH readlink`\n"
qconf-2.4/src/qconf.cpp-956-		"	fi\n"
qconf-2.4/src/qconf.cpp-957-		"	if [ ! -z \"$READLINK\" ]; then\n"
qconf-2.4/src/qconf.cpp:958:		"		qt_mkspecsdir=`\"$qm\" -query QT_INSTALL_DATA`/mkspecs\n"
qconf-2.4/src/qconf.cpp-959-		"		if [ -d \"$qt_mkspecsdir\" ] && [ -h \"$qt_mkspecsdir/default\" ]; then\n"
qconf-2.4/src/qconf.cpp:960:		"			defmakespec=`$READLINK $qt_mkspecsdir/default`\n"
qconf-2.4/src/qconf.cpp-961-		"		fi\n"