===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lilyterm-0.9.9.4+git20150208.f600c0/Makefile-42-endif
lilyterm-0.9.9.4+git20150208.f600c0/Makefile:43:	@ if [ -z "`ls -A "$(DESTDIR)/$(PREFIX)"`" ]; then \
lilyterm-0.9.9.4+git20150208.f600c0/Makefile-44-		$(ECHO) "===========================================" ; \
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/configure-2-
lilyterm-0.9.9.4+git20150208.f600c0/configure:3:PACKAGE=`grep "^PACKAGE = " .default | awk -F ' = ' '{print $2}'`
lilyterm-0.9.9.4+git20150208.f600c0/configure:4:PREFIX=`grep "^PREFIX = " .default | awk -F ' = ' '{print $2}'`
lilyterm-0.9.9.4+git20150208.f600c0/configure:5:DATADIR=`grep "^DATADIR = " .default | awk -F ' = ' '{print $2}'`
lilyterm-0.9.9.4+git20150208.f600c0/configure:6:ETCDIR=`grep "^ETCDIR = " .default | awk -F ' = ' '{print $2}'`
lilyterm-0.9.9.4+git20150208.f600c0/configure-7-
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/configure-35-
lilyterm-0.9.9.4+git20150208.f600c0/configure:36:MAKE=`whereis "gmake" | tr -s ' ' '\n' | grep "bin/""gmake""$" | head -n 1`
lilyterm-0.9.9.4+git20150208.f600c0/configure-37-if [ -z "$MAKE" ]; then
lilyterm-0.9.9.4+git20150208.f600c0/configure:38:MAKE=`whereis "make" | tr -s ' ' '\n' | grep "bin/""make""$" | head -n 1`
lilyterm-0.9.9.4+git20150208.f600c0/configure-39-else
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/configure-41-fi
lilyterm-0.9.9.4+git20150208.f600c0/configure:42:ECHO=`whereis "echo" | tr -s ' ' '\n' | grep "bin/""echo""$" | head -n 1`
lilyterm-0.9.9.4+git20150208.f600c0/configure:43:PRINTF=`whereis "printf" | tr -s ' ' '\n' | grep "bin/""printf""$" | head -n 1`
lilyterm-0.9.9.4+git20150208.f600c0/configure:44:WC=`whereis "wc" | tr -s ' ' '\n' | grep "bin/""wc""$" | head -n 1`
lilyterm-0.9.9.4+git20150208.f600c0/configure-45-
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/configure-76-  $ECHO -n " "
lilyterm-0.9.9.4+git20150208.f600c0/configure:77:  total=$(($DOTS-`$ECHO "$*" | $WC -m`))
lilyterm-0.9.9.4+git20150208.f600c0/configure-78-  while [ $total -ge 0 ]; do
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/configure-119-  $ECHO "  `INFO '--prefix=PREFIX'`     : install in PREFIX (e.g. /usr) `NORMAL '[default: /usr/local]'`"
lilyterm-0.9.9.4+git20150208.f600c0/configure:120:  $ECHO "  `INFO '--sysconfdir=ETCDIR'` : system conf file install dir `NORMAL '[default: $PREFIX/etc/xdg]'`"
lilyterm-0.9.9.4+git20150208.f600c0/configure-121-  $ECHO ""
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/configure-135-  $ECHO "run \``IMPORTANT 'make install'`' to install $PACKAGE to your system."
lilyterm-0.9.9.4+git20150208.f600c0/configure:136:  $ECHO "run \``IMPORTANT 'make uninstall'`' to unstall $PACKAGE in `NORMAL "$PREFIX"` from your system."
lilyterm-0.9.9.4+git20150208.f600c0/configure-137-  $ECHO ""
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/configure-140-
lilyterm-0.9.9.4+git20150208.f600c0/configure:141:PKGCONFIG=`whereis "pkg-config" | tr -s ' ' '\n' | grep "bin/""pkg-config""$" | head -n 1`
lilyterm-0.9.9.4+git20150208.f600c0/configure-142-if [ -z "$PKGCONFIG" ]; then
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/configure-163-    --prefix=*)
lilyterm-0.9.9.4+git20150208.f600c0/configure:164:      PREFIX=`$ECHO $opt | cut -d '=' -f 2`
lilyterm-0.9.9.4+git20150208.f600c0/configure-165-      ;;
lilyterm-0.9.9.4+git20150208.f600c0/configure-166-    --sysconfdir=*)
lilyterm-0.9.9.4+git20150208.f600c0/configure:167:      ETCDIR=`$ECHO $opt | cut -d '=' -f 2`
lilyterm-0.9.9.4+git20150208.f600c0/configure-168-      ;;
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/configure-324-  CHECK_MESSAGE 'Native Language Support'
lilyterm-0.9.9.4+git20150208.f600c0/configure:325:  GETTEXT=`whereis "msgfmt" | tr -s ' ' '\n' | grep "bin/""msgfmt""$" | head -n 1`
lilyterm-0.9.9.4+git20150208.f600c0/configure-326-  if [ -z "$GETTEXT" ]; then
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/configure-342-if [ "$GNOME_CONTROL_CENTER" = 'Y' ]; then
lilyterm-0.9.9.4+git20150208.f600c0/configure:343:  GNOME_CONTROL_CENTER_DIR=`pkg-config --variable=defappsdir --define-variable=datadir='$(DATADIR)' gnome-default-applications 2>&1`
lilyterm-0.9.9.4+git20150208.f600c0/configure-344-  if [ $? != 0 ]; then
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/configure-389-fi
lilyterm-0.9.9.4+git20150208.f600c0/configure:390:CHECK_CC=`whereis "$CC" | tr -s ' ' '\n' | grep "bin/""$CC""$" | head -n 1`
lilyterm-0.9.9.4+git20150208.f600c0/configure-391-if [ -n "$CHECK_CC" ]; then
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/configure.ac-32-     AC_MSG_RESULT([yes])
lilyterm-0.9.9.4+git20150208.f600c0/configure.ac:33:     DEFAULTAPPS_DIR="`$PKG_CONFIG --variable=defappsdir gnome-default-applications`"
lilyterm-0.9.9.4+git20150208.f600c0/configure.ac-34-     AC_SUBST(DEFAULTAPPS_DIR)
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/data/Makefile-104-			rm -f "$$FileName" ; \
lilyterm-0.9.9.4+git20150208.f600c0/data/Makefile:105:			DirName=`dirname $$FileName` ; \
lilyterm-0.9.9.4+git20150208.f600c0/data/Makefile:106:			until [ -n "`ls -A $$DirName`" -o "$$DirName" = "$(DESTDIR)/$(PREFIX)" ]; do \
lilyterm-0.9.9.4+git20150208.f600c0/data/Makefile-107-				$(PRINTF) "\033[1;35m** deleting directory \033[1;34m$$DirName\033[1;35m ...\033[0m\n" ; \
lilyterm-0.9.9.4+git20150208.f600c0/data/Makefile-108-				rmdir "$$DirName" ; \
lilyterm-0.9.9.4+git20150208.f600c0/data/Makefile:109:				DirName=`dirname $$DirName` ; \
lilyterm-0.9.9.4+git20150208.f600c0/data/Makefile-110-			done \
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/po/Makefile-147-			DirName="$(DESTDIR)/$(LOCALEDIR)/$$FILE/LC_MESSAGES/" ; \
lilyterm-0.9.9.4+git20150208.f600c0/po/Makefile:148:			until [ -n "`ls -A $$DirName`" -o "$$DirName" = "$(DESTDIR)/$(PREFIX)" ]; do \
lilyterm-0.9.9.4+git20150208.f600c0/po/Makefile-149-				$(PRINTF) "\033[1;35m** deleting directory \033[1;34m$$DirName\033[1;35m ...\033[0m\n" ; \
lilyterm-0.9.9.4+git20150208.f600c0/po/Makefile-150-				rmdir "$$DirName" ; \
lilyterm-0.9.9.4+git20150208.f600c0/po/Makefile:151:				DirName=`dirname $$DirName` ; \
lilyterm-0.9.9.4+git20150208.f600c0/po/Makefile-152-			done \
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/Makefile-224-	@ $(PRINTF) "\033[1;33m** compiling \033[1;32m$@\033[1;33m ...\033[0m\n"
lilyterm-0.9.9.4+git20150208.f600c0/src/Makefile:225:	$(VERBOSITY_OUTPUT) $(CC) $(CPPFLAGS) $(CFLAGS) $(INCLUDES) -c $< `$(OBJ_PKG_CMD)`
lilyterm-0.9.9.4+git20150208.f600c0/src/Makefile-226-
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/Makefile-228-	@ $(PRINTF) "\033[1;36m** compiling \033[1;32m$(BINARY)\033[1;36m ...\033[0m\n"
lilyterm-0.9.9.4+git20150208.f600c0/src/Makefile:229:	$(VERBOSITY_OUTPUT) $(CC) $(LDFLAGS) $(CPPFLAGS) $(CFLAGS) -o $(BINARY) $(OBJ) `$(BINARY_PKG_CMD)`
lilyterm-0.9.9.4+git20150208.f600c0/src/Makefile-230-
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/Makefile-248-		DirName="$(DESTDIR)/$(BINDIR)" ; \
lilyterm-0.9.9.4+git20150208.f600c0/src/Makefile:249:		until [ -n "`ls -A $$DirName`" -o "$$DirName" = "$(DESTDIR)/$(PREFIX)" ]; do \
lilyterm-0.9.9.4+git20150208.f600c0/src/Makefile-250-			$(PRINTF) "\033[1;35m** deleting directory \033[1;34m$$DirName\033[1;35m ...\033[0m\n" ; \
lilyterm-0.9.9.4+git20150208.f600c0/src/Makefile-251-			rmdir "$$DirName" ; \
lilyterm-0.9.9.4+git20150208.f600c0/src/Makefile:252:			DirName=`dirname $$DirName` ; \
lilyterm-0.9.9.4+git20150208.f600c0/src/Makefile-253-		done \
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-32-
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:33:ECHO=`whereis "echo" | tr -s ' ' '\n' | grep "bin/""echo""$" | head -n 1`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:34:PRINTF=`whereis "printf" | tr -s ' ' '\n' | grep "bin/""printf""$" | head -n 1`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:35:CAT=`whereis "cat" | tr -s ' ' '\n' | grep "bin/""cat""$" | head -n 1`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:36:GDB=`whereis "gdb" | tr -s ' ' '\n' | grep "bin/""gdb""$" | head -n 1`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:37:VALGRIND=`whereis "valgrind" | tr -s ' ' '\n' | grep "bin/""valgrind""$" | head -n 1`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-38-
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:39:MAKE=`whereis "gmake" | tr -s ' ' '\n' | grep "bin/""gmake""$" | head -n 1`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-40-if [ -z "$MAKE" ]; then
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:41:	MAKE=`whereis "make" | tr -s ' ' '\n' | grep "bin/""make""$" | head -n 1`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-42-fi
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-66-		--specific_function=*)
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:67:			SPECIFIC_FUNCTION=`$ECHO $opt | cut -d '=' -f 2`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-68-			LIB_LISTS="*.h"
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-70-		--skip_function=*)
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:71:			SKIP_FUNCTION=`$ECHO $opt | cut -d '=' -f 2`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-72-			;;
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-81-
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:82:CHECK_INCLUDES=`$ECHO "$INCLUDES" | grep -- '-DUNIT_TEST'`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-83-if [ -z "$CHECK_INCLUDES" ]; then
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-90-
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:91:PKGCONFIG=`whereis "pkg-config" | tr -s ' ' '\n' | grep "bin/""pkg-config""$" | head -n 1`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-92-if [ -z "$PKGCONFIG" ]; then
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-96-
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:97:VTE=`$PKGCONFIG --exists 'vte' && $ECHO 'vte'`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-98-if [ "$VTE" = "vte" ]; then
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:99:  GTK=`$PKGCONFIG --exists 'gtk+-2.0' && $ECHO 'gtk+-2.0'`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-100-  if [ "$GTK" != "gtk+-2.0" ]; then
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-104-else
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:105:  VTE=`$PKGCONFIG --exists 'vte-2.91' && $ECHO 'vte-2.91'`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-106-  if [ "$VTE" = "vte-2.91" ]; then
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-107-    LDFLAGS='-lX11'
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:108:    GTK=`$PKGCONFIG --exists 'gtk+-3.0' && $ECHO 'gtk+-3.0'`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-109-    if [ "$GTK" != "gtk+-3.0" ]; then
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-113-  else
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:114:    VTE=`$PKGCONFIG --exists 'vte-2.90' && $ECHO 'vte-2.90'`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-115-    if [ "$VTE" = "vte-2.90" ]; then
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:116:      GTK=`$PKGCONFIG --exists 'gtk+-3.0' && $ECHO 'gtk+-3.0'`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-117-      if [ "$GTK" != "gtk+-3.0" ]; then
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-168-
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:169:for DATA in `$CAT $LIB_LISTS | sed '/^\/\*/,/ \*\/$/d' | sed -e 's/[ \t]*\/\*[ \t]*.*[ \t]*\*\///g' | sed -e 's/[ \t]*\/\/.*//g' | sed -e '/^[ \t]*#.*/d' | sed '/^[ \t]*typedef.*;[ \t]*$/d' | sed '/^[ \t]*typedef enum/,/}.*;[ \t]*$/d' | tr -d '\n' | sed -e 's/[\t ][\t ]*/_SPACE_/g' | sed -e 's/;/;\n/g' | sed -e 's/_SPACE_/ /g' | sed -e '/[ \t]*struct.*{/,/.*}[ \t]*;/d' | sed -e 's/ *\([)(,]\) */ \1 /g' | sed -e 's/[\t ][\t ]*/_SPACE_/g' | sed -e '/_SPACE_(_SPACE_)_SPACE_/d'`; do
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-170-
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-176-		CHECK_STR="_SPACE_\**"$SKIP_FUNCTION"_SPACE_"
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:177:		CHECK_PROGRAM=`$ECHO "$DATA" | grep "$CHECK_STR"`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-178-		if [ -n "$CHECK_PROGRAM" ]; then
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-184-		CHECK_STR="_SPACE_\**"$SPECIFIC_FUNCTION"_SPACE_"
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:185:		CHECK_PROGRAM=`$ECHO "$DATA" | grep "$CHECK_STR"`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-186-		if [ -z "$CHECK_PROGRAM" ]; then
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-199-	# sed -e 's/const_SPACE_//g': clear const_SPACE_
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:200:	DATA_STR=`$ECHO $DATA | sed -e 's/_SPACE_\([)(,]\)/ \1/g' | sed -e 's/\([)(,]\)_SPACE_/\1 /g' | sed -e 's/ , / /g' | sed -e 's/const_SPACE_//g'`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-201-	# $ECHO "GOT DATA_STR = $DATA_STR" 1>&2
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-222-					# sed -e 's/^.* \**\([^ ]*\)/\1/g': clear the declare, like "gchar **"
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:223:					FUNC_NAME=`$ECHO $STR | sed -e 's/_SPACE_/ /g' | sed -e 's/^ *//g' | sed -e 's/ *$//g' | sed -e 's/^.* \**\([^ ]*\)/\1/g'`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-224-					# $ECHO "GOT FUNC_NAME = $FUNC_NAME"
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-229-				if [ "$STR" = ")" ]; then
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:230:					FUNCTION=`$ECHO $FUNCTION | sed -e 's/,*$/)/g'`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-231-					START=2
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-241-				# sed -e 's/^.* \**\([^ ]*\)/\1/g': clear the variable
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:242:				STR=`$ECHO $STR | sed -e 's/_SPACE_/ /g' | sed -e 's/^\(.* \**\) *\([^][ ]*\)\([[]*\)[^][ ]*\([]]*\)/\1\3\4/g' | sed -e 's/^ *//g' | sed -e 's/ *$//g' | sed -e 's/ *\*/*/g'`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-243-				# $ECHO "GOT and Testing \"$STR\"..." 1>&2
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-252-						SPACE="$SPACE""_SPACE_"
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:253:						VAR=`expr $VAR + 1`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-254-						case $STR in
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-277-						SPACE="$SPACE""_SPACE_"
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:278:						VAR=`expr $VAR + 1`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-279-						if [ $MAX_VAR -le $VAR ]; then
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-288-							'gboolean*' | 'gint*' | 'guint*' | 'gsize*' | 'glong*')
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:289:								NO_STAR_STR=`$ECHO $STR | sed -e 's/\*$//g'`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-290-								FUNC_STAR="$FUNC_STAR\n$SPACE""for (V[$VAR]=0; V[$VAR]<2; V[$VAR]++) {"
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-296-							'Dialog_Button_Type' | 'Dialog_Find_Type' | 'Dialog_Type_Flags' | 'Font_Name_Type' | 'Key_Bindings' | 'Hints_Type' | 'Window_Status' | 'Geometry_Resize_Type' | 'Font_Reset_Type' | 'Font_Reset_Type' | 'Switch_Type' | 'Font_Set_Type' | 'Set_ANSI_Theme_Type' | 'Check_Zero' | 'Check_Max' | 'Check_Min' | 'Check_Empty' | 'Menu_Itemn_Type' | 'Apply_Profile_Type' | 'Clipboard_Type')
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:297:								LAST=`grep -B 3 "$STR;" *.h | sed -e '/\.h[-:][ \t]*#/d'| tail -n 2 | head -n 1 | head -n 1| sed -e 's/^.*[ \t][ \t]*\([^ \t]*\),.*/\1/g'`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-298-								# $ECHO Got LAST=$LAST
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-344-							'struct Dialog*' | 'struct Window*' | 'struct Page*' | 'struct Color_Data*' | 'struct Preview*')
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:345:								STRUCT=`$ECHO $STR | sed -e 's/struct \(.*\)\*/\1/g'`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-346-								FUNC_STAR="$FUNC_STAR\n$SPACE""for (V[$VAR]=0; V[$VAR]<2; V[$VAR]++) {"
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-413-					')')
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:414:						FUNCTION=`$ECHO $FUNCTION | sed -e 's/,$/)/g'`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-415-						;;
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-441-	# $ECHO "GOT FUNC_END = $FUNC_END" 1>&2
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:442:	FUNCTION=`$ECHO $FUNCTION | sed -e 's/^( /(/g'`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-443-	FUNCTION="$SPACE""_SPACE_""$FUNC_NAME$FUNCTION"
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-446-
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:447:	MAX_VAR=`expr $MAX_VAR + 1`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-448-
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-476-		$PRINTF "\033[1;36m$FUNC_NAME(): \033[1;33m** Compiling unit_test.o...\033[0m\n"
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:477:		$CC $LDFLAGS $CFLAGS $INCLUDES -c unit_test.c `$PKGCONFIG --cflags $GTK $VTE` || exit 1
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-478-		$PRINTF "\033[1;36m$FUNC_NAME(): \033[1;33m** Compiling unit_test...\033[0m\n"
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:479:		$CC $LDFLAGS $CFLAGS $INCLUDES -o unit_test $OBJ `$PKGCONFIG --cflags --libs $GTK $VTE` || exit 1
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-480-		# if [ $? != 0 ]; then exit 1; fi
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-489-					$GDB -batch -x ./gdb_batch --args ./unit_test $GTK_DEBUG  >> /tmp/lilyterm_$FUNC_NAME.log 2>&1
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:490:					CHECK_STR=`tail -n 4 /tmp/lilyterm_$FUNC_NAME.log | grep 'exited normally'`
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-491-					if [ -z "$CHECK_STR" ]; then
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-519-if [ $GDB_ERROR -eq 1 ]; then
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh:520:	$PRINTF "\n\033[1;31mERROR: \033[1;36mThis unit test program had exited with GDB error.\n       LIST: \033[1;33m`printf "$GDB_ERROR_PROGRAM" | sed -e '$d'`\033[1;36m\n       Please check \033[1;32mgdb.log\033[1;36m for feature information!!\033[0m\n\n"
lilyterm-0.9.9.4+git20150208.f600c0/src/unit_test.sh-521-fi
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/debian/patches/0001-reproducible-build.patch-19-+if test -n "$SOURCE_DATE_EPOCH"; then
lilyterm-0.9.9.4+git20150208.f600c0/debian/patches/0001-reproducible-build.patch:20:+  sed -i "s|\$_YEAR|`date --utc --date=@$SOURCE_DATE_EPOCH +%Y`|g" $AC_FILE
lilyterm-0.9.9.4+git20150208.f600c0/debian/patches/0001-reproducible-build.patch-21-+fi
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/.pc/0001-reproducible-build.patch/autogen.sh-8-  # Find the parameter from CONF_FILE
lilyterm-0.9.9.4+git20150208.f600c0/.pc/0001-reproducible-build.patch/autogen.sh:9:  Parameter=`grep "^$* = " $CONF_FILE | sed -e "s|$* = ||g" | tr -d '\\\\'`
lilyterm-0.9.9.4+git20150208.f600c0/.pc/0001-reproducible-build.patch/autogen.sh-10-  if [ $? != 0 ]; then
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/.pc/0001-reproducible-build.patch/autogen.sh-13-  fi
lilyterm-0.9.9.4+git20150208.f600c0/.pc/0001-reproducible-build.patch/autogen.sh:14:  if [ -n "`echo $Parameter | grep '^\$(shell .*)$'`" ]; then
lilyterm-0.9.9.4+git20150208.f600c0/.pc/0001-reproducible-build.patch/autogen.sh:15:    Parameter=`$(echo $Parameter | sed -e 's/^\$(shell \(.*\))$/\1/g')`
lilyterm-0.9.9.4+git20150208.f600c0/.pc/0001-reproducible-build.patch/autogen.sh-16-  fi
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/autogen.sh-8-  # Find the parameter from CONF_FILE
lilyterm-0.9.9.4+git20150208.f600c0/autogen.sh:9:  Parameter=`grep "^$* = " $CONF_FILE | sed -e "s|$* = ||g" | tr -d '\\\\'`
lilyterm-0.9.9.4+git20150208.f600c0/autogen.sh-10-  if [ $? != 0 ]; then
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/autogen.sh-13-  fi
lilyterm-0.9.9.4+git20150208.f600c0/autogen.sh:14:  if [ -n "`echo $Parameter | grep '^\$(shell .*)$'`" ]; then
lilyterm-0.9.9.4+git20150208.f600c0/autogen.sh:15:    Parameter=`$(echo $Parameter | sed -e 's/^\$(shell \(.*\))$/\1/g')`
lilyterm-0.9.9.4+git20150208.f600c0/autogen.sh-16-  fi
##############################################
lilyterm-0.9.9.4+git20150208.f600c0/autogen.sh-28-if test -n "$SOURCE_DATE_EPOCH"; then
lilyterm-0.9.9.4+git20150208.f600c0/autogen.sh:29:  sed -i "s|\$_YEAR|`date --utc --date=@$SOURCE_DATE_EPOCH +%Y`|g" $AC_FILE
lilyterm-0.9.9.4+git20150208.f600c0/autogen.sh-30-fi