===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
cmus-2.8.0/Doc/cmus-remote.txt-29---server SOCKET
cmus-2.8.0/Doc/cmus-remote.txt:30:	Connect using socket *SOCKET* instead of `$XDG_RUNTIME_DIR/cmus-socket`.
cmus-2.8.0/Doc/cmus-remote.txt-31-
##############################################
cmus-2.8.0/Doc/cmus.txt-21---listen ADDR
cmus-2.8.0/Doc/cmus.txt:22:	Listen to ADDR (UNIX socket) instead of `$CMUS_SOCKET` or
cmus-2.8.0/Doc/cmus.txt:23:	`$XDG_RUNTIME_DIR/cmus-socket`.
cmus-2.8.0/Doc/cmus.txt-24-	ADDR is either a UNIX socket or host[:port].
##############################################
cmus-2.8.0/Doc/cmus.txt-406-	Change color scheme.  Color schemes are found in `/usr/share/cmus/` or
cmus-2.8.0/Doc/cmus.txt:407:	`$XDG_CONFIG_HOME/cmus/` and have .theme filename extension.
cmus-2.8.0/Doc/cmus.txt-408-
##############################################
cmus-2.8.0/Doc/cmus.txt-1501-
cmus-2.8.0/Doc/cmus.txt:1502:`$XDG_CONFIG_HOME/cmus/autosave`
cmus-2.8.0/Doc/cmus.txt-1503-	This is the first file cmus loads.  cmus saves its state on exit to
##############################################
cmus-2.8.0/Doc/cmus.txt-1508-
cmus-2.8.0/Doc/cmus.txt:1509:`$XDG_CONFIG_HOME/cmus/rc`
cmus-2.8.0/Doc/cmus.txt-1510-	Static config file. This file is read immediately after the autosave
##############################################
cmus-2.8.0/README.md-25-
cmus-2.8.0/README.md:26:To disable some feature, arts for example, and install to `$HOME` run
cmus-2.8.0/README.md-27-
##############################################
cmus-2.8.0/configure-180-	check_function "resizeterm" $NCURSES_CFLAGS $NCURSES_LIBS
cmus-2.8.0/configure:181:	HAVE_RESIZETERM=`test $? -ne 0 ; echo $?`
cmus-2.8.0/configure-182-
cmus-2.8.0/configure-183-	check_function "use_default_colors" $NCURSES_CFLAGS $NCURSES_LIBS
cmus-2.8.0/configure:184:	HAVE_USE_DEFAULT_COLORS=`test $? -ne 0 ; echo $?`
cmus-2.8.0/configure-185-
##############################################
cmus-2.8.0/configure-225-	# Make sure the FLAC_CFLAGS value is sane, strip trailing '/FLAC'.
cmus-2.8.0/configure:226:	FLAC_CFLAGS=`echo $FLAC_CFLAGS | sed "s/FLAC$//"`
cmus-2.8.0/configure-227-	return 0
##############################################
cmus-2.8.0/configure-446-	fi
cmus-2.8.0/configure:447:	topdir=`dirname "$0"`
cmus-2.8.0/configure:448:	ffmpeg_code=`cat "$topdir"/ip/ffmpeg.c | sed 's/\\\n//g'`
cmus-2.8.0/configure-449-	msg_checking "for successful build of ffmpeg.c"
##############################################
cmus-2.8.0/scripts/checks.sh-47-	msg_checking "for program $1"
cmus-2.8.0/scripts/checks.sh:48:	__cp_file=`path_find "$1"`
cmus-2.8.0/scripts/checks.sh-49-	if test $? -eq 0
##############################################
cmus-2.8.0/scripts/checks.sh-342-		# pkg-config is installed and the .pc file exists
cmus-2.8.0/scripts/checks.sh:343:		__pc_libs="`$PKG_CONFIG --libs ""$2""`"
cmus-2.8.0/scripts/checks.sh-344-		msg_result "$__pc_libs"
##############################################
cmus-2.8.0/scripts/checks.sh-346-		msg_checking "for ${1}_CFLAGS (pkg-config)"
cmus-2.8.0/scripts/checks.sh:347:		__pc_cflags="`$PKG_CONFIG --cflags ""$2""`"
cmus-2.8.0/scripts/checks.sh-348-		msg_result "$__pc_cflags"
##############################################
cmus-2.8.0/scripts/checks.sh-403-	msg_checking "for ${1}_CFLAGS"
cmus-2.8.0/scripts/checks.sh:404:	__ac_cflags="`$2 --cflags`"
cmus-2.8.0/scripts/checks.sh-405-	msg_result "$__ac_cflags"
##############################################
cmus-2.8.0/scripts/checks.sh-407-	msg_checking "for ${1}_LIBS"
cmus-2.8.0/scripts/checks.sh:408:	__ac_libs="`$2 --libs`"
cmus-2.8.0/scripts/checks.sh-409-	msg_result "$__ac_libs"
##############################################
cmus-2.8.0/scripts/configure.sh-28-		*=*)
cmus-2.8.0/scripts/configure.sh:29:			_var=`echo "$1" | sed "s/=.*//"`
cmus-2.8.0/scripts/configure.sh:30:			_val=`echo "$1" | sed "s/${_var}=//"`
cmus-2.8.0/scripts/configure.sh-31-			set_var "$_var" "$_val"
##############################################
cmus-2.8.0/scripts/configure.sh-55-	# optional feature
cmus-2.8.0/scripts/configure.sh:56:	case `get_var $2` in
cmus-2.8.0/scripts/configure.sh-57-	n)
##############################################
cmus-2.8.0/scripts/configure.sh-109-	do
cmus-2.8.0/scripts/configure.sh:110:		echo "$__i = `get_var $__i`"
cmus-2.8.0/scripts/configure.sh-111-	done > $__tmp
##############################################
cmus-2.8.0/scripts/configure.sh-136-	do
cmus-2.8.0/scripts/configure.sh:137:		__var=`get_var $1`
cmus-2.8.0/scripts/configure.sh-138-		case "$__var" in
##############################################
cmus-2.8.0/scripts/configure.sh-142-		*)
cmus-2.8.0/scripts/configure.sh:143:			if test "$__var" && test "$__var" = "`echo $__var | sed 's/[^0-9]//g'`"
cmus-2.8.0/scripts/configure.sh-144-			then
##############################################
cmus-2.8.0/scripts/configure.sh-169-
cmus-2.8.0/scripts/configure.sh:170:	__def=`echo $config_header_file | to_upper | sed 's/[-\.\/]/_/g'`
cmus-2.8.0/scripts/configure.sh-171-	cat <<EOF > "$config_header_tmp"
##############################################
cmus-2.8.0/scripts/configure.sh-181-	do
cmus-2.8.0/scripts/configure.sh:182:		echo "#define $1 \"`get_var $1`\"" >> "$config_header_tmp"
cmus-2.8.0/scripts/configure.sh-183-		shift
##############################################
cmus-2.8.0/scripts/configure.sh-190-	do
cmus-2.8.0/scripts/configure.sh:191:		echo "#define $1 `get_var $1`" >> "$config_header_tmp"
cmus-2.8.0/scripts/configure.sh-192-		shift
##############################################
cmus-2.8.0/scripts/configure.sh-199-	do
cmus-2.8.0/scripts/configure.sh:200:		case "`get_var $1`" in
cmus-2.8.0/scripts/configure.sh-201-			n)
##############################################
cmus-2.8.0/scripts/configure.sh-207-			*)
cmus-2.8.0/scripts/configure.sh:208:				die "bool '$1' has invalid value '`get_var $1`'"
cmus-2.8.0/scripts/configure.sh-209-				;;
##############################################
cmus-2.8.0/scripts/configure.sh-219-	echo "#endif" >> "$config_header_tmp"
cmus-2.8.0/scripts/configure.sh:220:	mkdir -p `dirname "$config_header_file"`
cmus-2.8.0/scripts/configure.sh-221-	update_file "$config_header_tmp" "$config_header_file"
##############################################
cmus-2.8.0/scripts/install-27-do
cmus-2.8.0/scripts/install:28:	dest="${to}/`basename ${i}`"
cmus-2.8.0/scripts/install-29-	test "$INSTALL_LOG" && echo "$dest" >> "$INSTALL_LOG"
##############################################
cmus-2.8.0/scripts/uninstall-9-	rm -f "$file"
cmus-2.8.0/scripts/uninstall:10:	rmdir -p "`dirname $file`" 2>/dev/null
cmus-2.8.0/scripts/uninstall-11-done
##############################################
cmus-2.8.0/scripts/utils.sh-104-		__tmp_filename=.tmp-${__tmp_file_counter}-${1}
cmus-2.8.0/scripts/utils.sh:105:		__tmp_file_counter=`expr $__tmp_file_counter + 1`
cmus-2.8.0/scripts/utils.sh-106-		test -f "$__tmp_filename" || break
##############################################
cmus-2.8.0/scripts/utils.sh-133-{
cmus-2.8.0/scripts/utils.sh:134:	test "`get_var $1`" || set_var $1 "$2"
cmus-2.8.0/scripts/utils.sh-135-}
##############################################
cmus-2.8.0/.pc/11-fix_modplug_detection.patch/Makefile-33-.version: Makefile
cmus-2.8.0/.pc/11-fix_modplug_detection.patch/Makefile:34:	@test "`cat $@ 2> /dev/null`" = "$(VERSION)" && exit 0; \
cmus-2.8.0/.pc/11-fix_modplug_detection.patch/Makefile-35-	echo "   GEN    $@"; echo $(VERSION) > $@
##############################################
cmus-2.8.0/.pc/12-typos.patch/Doc/cmus.txt-21---listen ADDR
cmus-2.8.0/.pc/12-typos.patch/Doc/cmus.txt:22:	Listen to ADDR (UNIX socket) instead of `$CMUS_SOCKET` or
cmus-2.8.0/.pc/12-typos.patch/Doc/cmus.txt:23:	`$XDG_RUNTIME_DIR/cmus-socket`.
cmus-2.8.0/.pc/12-typos.patch/Doc/cmus.txt-24-	ADDR is either a UNIX socket or host[:port].
##############################################
cmus-2.8.0/.pc/12-typos.patch/Doc/cmus.txt-406-	Change color scheme.  Color schemes are found in `/usr/share/cmus/` or
cmus-2.8.0/.pc/12-typos.patch/Doc/cmus.txt:407:	`$XDG_CONFIG_HOME/cmus/` and have .theme filename extension.
cmus-2.8.0/.pc/12-typos.patch/Doc/cmus.txt-408-
##############################################
cmus-2.8.0/.pc/12-typos.patch/Doc/cmus.txt-1501-
cmus-2.8.0/.pc/12-typos.patch/Doc/cmus.txt:1502:`$XDG_CONFIG_HOME/cmus/autosave`
cmus-2.8.0/.pc/12-typos.patch/Doc/cmus.txt-1503-	This is the first file cmus loads.  cmus saves its state on exit to
##############################################
cmus-2.8.0/.pc/12-typos.patch/Doc/cmus.txt-1508-
cmus-2.8.0/.pc/12-typos.patch/Doc/cmus.txt:1509:`$XDG_CONFIG_HOME/cmus/rc`
cmus-2.8.0/.pc/12-typos.patch/Doc/cmus.txt-1510-	Static config file. This file is read immediately after the autosave
##############################################
cmus-2.8.0/.pc/13-atomic_ld.patch/Makefile-33-.version: Makefile
cmus-2.8.0/.pc/13-atomic_ld.patch/Makefile:34:	@test "`cat $@ 2> /dev/null`" = "$(VERSION)" && exit 0; \
cmus-2.8.0/.pc/13-atomic_ld.patch/Makefile-35-	echo "   GEN    $@"; echo $(VERSION) > $@
##############################################
cmus-2.8.0/Makefile-33-.version: Makefile
cmus-2.8.0/Makefile:34:	@test "`cat $@ 2> /dev/null`" = "$(VERSION)" && exit 0; \
cmus-2.8.0/Makefile-35-	echo "   GEN    $@"; echo $(VERSION) > $@