===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
cthumb-4.2/cthumb-446-	# print "DEBUG: $RecursiveCP $ImageDir/$newtheme $newthemedir\n";
cthumb-4.2/cthumb:447:	system("$RecursiveCP $ImageDir/$newtheme $newthemedir");
cthumb-4.2/cthumb-448-    } else {
##############################################
cthumb-4.2/cthumb-536-	    # print "forking cthumb to: $newdir; perl $cthumb $6\n";
cthumb-4.2/cthumb:537:	    system("cd $newdir > /dev/null; perl $cthumb $6");
cthumb-4.2/cthumb-538-	    # TO-DO: figure out how we can get info from that forked cthumb for:
##############################################
cthumb-4.2/cthumb-581-    } else {
cthumb-4.2/cthumb:582:        if (system ("diff $indextmp $MainIndexName >/dev/null 2>/dev/null")) {
cthumb-4.2/cthumb-583-	    print "Index for $descfname in: $MainIndexName\n";
cthumb-4.2/cthumb-584-	    my $cmd = "mv $indextmp $MainIndexName";
cthumb-4.2/cthumb:585:	    if (system($cmd)) { print "cthumb warning: command '$cmd' failed: $!\n"; }
cthumb-4.2/cthumb-586-	} else {
##############################################
cthumb-4.2/cthumb-743-  for my $cmd ("djpeg", "pngtopnm", "giftopnm", "tifftopnm") {
cthumb-4.2/cthumb:744:    my $pnm = `$cmd "$name" `;
cthumb-4.2/cthumb-745-    return $pnm unless $?;
##############################################
cthumb-4.2/cthumb-1237-       my $relURL = relative_path($url, $pictureURL);
cthumb-4.2/cthumb:1238:       my $exiftxt = "<br><br><center><table BORDER=\"0\">\n" . `jhead $relURL` . "</table></center>";
cthumb-4.2/cthumb-1239-       $exiftxt =~ s/^([^:\n]*[^: \t\n]+)\s*:\s*(.*)$/<tr><td>$1<\/td><td>$2<\/td><\/tr>/mg;
##############################################
cthumb-4.2/cthumb-1486-    if($InsertExif){
cthumb-4.2/cthumb:1487:	my $pictime = "<I>" . `jhead $picname | grep "Date/Time"` . "</I><BR>";
cthumb-4.2/cthumb-1488-	$pictime =~ s/Date\/Time\s*:\s*//;
##############################################
cthumb-4.2/cthumb-1704-	    my $new_cmd = "jhead -cmd '$cmd &i' $dest";
cthumb-4.2/cthumb:1705:	    if (system($new_cmd)) { print "cthumb warning: command '$new_cmd' failed: $!\n"; }
cthumb-4.2/cthumb-1706-	    else {print "done.\n";}
##############################################
cthumb-4.2/cthumb-1709-	    my $new_cmd = "$cmd $dest";
cthumb-4.2/cthumb:1710:	    if (system($new_cmd)) { print "cthumb warning: command '$new_cmd' failed: $!\n"; }
cthumb-4.2/cthumb-1711-	    else {print "done.\n";}
##############################################
cthumb-4.2/cthumb-1717-	if (!($pnm = &get_pnm($src))) {
cthumb-4.2/cthumb:1718:            die "Cannot scale image `$dest`.";
cthumb-4.2/cthumb-1719-	}
##############################################
cthumb-4.2/cthumb-1732-	} else {
cthumb-4.2/cthumb:1733:            die "Cannot scale image `$dest`.";
cthumb-4.2/cthumb-1734-	}
##############################################
cthumb-4.2/contrib/tree2album-22-   base=`pwd`;
cthumb-4.2/contrib/tree2album:23:   base=`basename $base`;
cthumb-4.2/contrib/tree2album-24-   mkdir -p thumb;
##############################################
cthumb-4.2/contrib/tree2album-33-   base=`pwd`;
cthumb-4.2/contrib/tree2album:34:   base=`basename $base`;
cthumb-4.2/contrib/tree2album-35-   echo "adding album to $base.album"
##############################################
cthumb-4.2/contrib/tree2album-39-       then
cthumb-4.2/contrib/tree2album:40:           d=`echo $d | cut -b3-`;
cthumb-4.2/contrib/tree2album-41-           # assumes there is only one album, of one language!!          
##############################################
cthumb-4.2/configure-69-  case "$ac_option" in
cthumb-4.2/configure:70:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
cthumb-4.2/configure-71-  *) ac_optarg= ;;
##############################################
cthumb-4.2/configure-101-  -disable-* | --disable-*)
cthumb-4.2/configure:102:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
cthumb-4.2/configure-103-    # Reject names that are not valid shell variable names.
cthumb-4.2/configure:104:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
cthumb-4.2/configure-105-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
cthumb-4.2/configure-106-    fi
cthumb-4.2/configure:107:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
cthumb-4.2/configure-108-    eval "enable_${ac_feature}=no" ;;
##############################################
cthumb-4.2/configure-110-  -enable-* | --enable-*)
cthumb-4.2/configure:111:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
cthumb-4.2/configure-112-    # Reject names that are not valid shell variable names.
cthumb-4.2/configure:113:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
cthumb-4.2/configure-114-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
cthumb-4.2/configure-115-    fi
cthumb-4.2/configure:116:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
cthumb-4.2/configure-117-    case "$ac_option" in
##############################################
cthumb-4.2/configure-341-  -with-* | --with-*)
cthumb-4.2/configure:342:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
cthumb-4.2/configure-343-    # Reject names that are not valid shell variable names.
cthumb-4.2/configure:344:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
cthumb-4.2/configure-345-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
cthumb-4.2/configure-346-    fi
cthumb-4.2/configure:347:    ac_package=`echo $ac_package| sed 's/-/_/g'`
cthumb-4.2/configure-348-    case "$ac_option" in
##############################################
cthumb-4.2/configure-354-  -without-* | --without-*)
cthumb-4.2/configure:355:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
cthumb-4.2/configure-356-    # Reject names that are not valid shell variable names.
cthumb-4.2/configure:357:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
cthumb-4.2/configure-358-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
cthumb-4.2/configure-359-    fi
cthumb-4.2/configure:360:    ac_package=`echo $ac_package| sed 's/-/_/g'`
cthumb-4.2/configure-361-    eval "with_${ac_package}=no" ;;
##############################################
cthumb-4.2/configure-384-  *)
cthumb-4.2/configure:385:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
cthumb-4.2/configure-386-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
cthumb-4.2/configure-397-if test -n "$ac_prev"; then
cthumb-4.2/configure:398:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
cthumb-4.2/configure-399-fi
##############################################
cthumb-4.2/configure-462-  ac_prog=$0
cthumb-4.2/configure:463:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
cthumb-4.2/configure-464-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
cthumb-4.2/configure-478-fi
cthumb-4.2/configure:479:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
cthumb-4.2/configure-480-
##############################################
cthumb-4.2/configure-560-  NONE)
cthumb-4.2/configure:561:    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
cthumb-4.2/configure-562-    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
##############################################
cthumb-4.2/configure-567-
cthumb-4.2/configure:568:host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
cthumb-4.2/configure:569:host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
cthumb-4.2/configure:570:host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
cthumb-4.2/configure:571:host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
cthumb-4.2/configure-572-echo "$ac_t""$host" 1>&6
##############################################
cthumb-4.2/configure-580-echo "configure:581: checking for $ac_word" >&5
cthumb-4.2/configure:581:if eval "test \"`echo '$''{'ac_cv_path_perl_path'+set}'`\" = set"; then
cthumb-4.2/configure-582-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
cthumb-4.2/configure-629-if test -z "$INSTALL"; then
cthumb-4.2/configure:630:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
cthumb-4.2/configure-631-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
cthumb-4.2/configure-683-echo "configure:684: checking for $ac_word" >&5
cthumb-4.2/configure:684:if eval "test \"`echo '$''{'ac_cv_prog_CPR'+set}'`\" = set"; then
cthumb-4.2/configure-685-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
cthumb-4.2/configure-915-    fi
cthumb-4.2/configure:916:    ac_file=`expr $ac_file + 1`
cthumb-4.2/configure-917-    ac_beg=$ac_end
cthumb-4.2/configure:918:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
cthumb-4.2/configure-919-  fi
##############################################
cthumb-4.2/configure-933-  case "$ac_file" in
cthumb-4.2/configure:934:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
cthumb-4.2/configure:935:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
cthumb-4.2/configure-936-  *) ac_file_in="${ac_file}.in" ;;
##############################################
cthumb-4.2/configure-941-  # Remove last slash and all that follows it.  Not all systems have dirname.
cthumb-4.2/configure:942:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
cthumb-4.2/configure-943-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
cthumb-4.2/configure-945-    test ! -d "$ac_dir" && mkdir "$ac_dir"
cthumb-4.2/configure:946:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
cthumb-4.2/configure-947-    # A "../" for each directory in $ac_dir_suffix.
cthumb-4.2/configure:948:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
cthumb-4.2/configure-949-  else
##############################################
cthumb-4.2/configure-955-      if test -z "$ac_dots"; then top_srcdir=.
cthumb-4.2/configure:956:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
cthumb-4.2/configure-957-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
cthumb-4.2/configure-969-  rm -f "$ac_file"
cthumb-4.2/configure:970:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
cthumb-4.2/configure-971-  case "$ac_file" in
##############################################
cthumb-4.2/configure-976-
cthumb-4.2/configure:977:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
cthumb-4.2/configure-978-  sed -e "$ac_comsub
##############################################
cthumb-4.2/install-sh-85-
cthumb-4.2/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
cthumb-4.2/install-sh-87-	    shift
##############################################
cthumb-4.2/install-sh-89-
cthumb-4.2/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
cthumb-4.2/install-sh-91-	    shift
##############################################
cthumb-4.2/install-sh-151-	then
cthumb-4.2/install-sh:152:		dst="$dst"/`basename $src`
cthumb-4.2/install-sh-153-	else
##############################################
cthumb-4.2/install-sh-158-## this sed command emulates the dirname command
cthumb-4.2/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
cthumb-4.2/install-sh-160-
##############################################
cthumb-4.2/install-sh-172-IFS='%'
cthumb-4.2/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
cthumb-4.2/install-sh-174-IFS="${oIFS}"
##############################################
cthumb-4.2/install-sh-206-	then
cthumb-4.2/install-sh:207:		dstfile=`basename $dst`
cthumb-4.2/install-sh-208-	else
##############################################
cthumb-4.2/install-sh-216-	then
cthumb-4.2/install-sh:217:		dstfile=`basename $dst`
cthumb-4.2/install-sh-218-	else
##############################################
cthumb-4.2/config.sub-68-# Here we must recognize all the valid KERNEL-OS combinations.
cthumb-4.2/config.sub:69:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
cthumb-4.2/config.sub-70-case $maybe_os in
##############################################
cthumb-4.2/config.sub-72-    os=-$maybe_os
cthumb-4.2/config.sub:73:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
cthumb-4.2/config.sub-74-    ;;
cthumb-4.2/config.sub-75-  *)
cthumb-4.2/config.sub:76:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
cthumb-4.2/config.sub-77-    if [ $basic_machine != $1 ]
cthumb-4.2/config.sub:78:    then os=`echo $1 | sed 's/.*-/-/'`
cthumb-4.2/config.sub-79-    else os=; fi
##############################################
cthumb-4.2/config.sub-105-		os=sco3.2v5
cthumb-4.2/config.sub:106:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cthumb-4.2/config.sub-107-		;;
##############################################
cthumb-4.2/config.sub-109-		os=-sco3.2v4
cthumb-4.2/config.sub:110:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cthumb-4.2/config.sub-111-		;;
cthumb-4.2/config.sub-112-	-sco3.2.[4-9]*)
cthumb-4.2/config.sub:113:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
cthumb-4.2/config.sub:114:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cthumb-4.2/config.sub-115-		;;
##############################################
cthumb-4.2/config.sub-117-		# Don't forget version if it is 3.2v4 or newer.
cthumb-4.2/config.sub:118:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cthumb-4.2/config.sub-119-		;;
##############################################
cthumb-4.2/config.sub-121-		os=-sco3.2v2
cthumb-4.2/config.sub:122:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cthumb-4.2/config.sub-123-		;;
##############################################
cthumb-4.2/config.sub-125-		os=-isc2.2
cthumb-4.2/config.sub:126:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cthumb-4.2/config.sub-127-		;;
##############################################
cthumb-4.2/config.sub-131-	-isc*)
cthumb-4.2/config.sub:132:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cthumb-4.2/config.sub-133-		;;
##############################################
cthumb-4.2/config.sub-137-	-ptx*)
cthumb-4.2/config.sub:138:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
cthumb-4.2/config.sub-139-		;;
cthumb-4.2/config.sub-140-	-windowsnt*)
cthumb-4.2/config.sub:141:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
cthumb-4.2/config.sub-142-		;;
##############################################
cthumb-4.2/config.sub-170-	*-*-*)
cthumb-4.2/config.sub:171:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
cthumb-4.2/config.sub-172-		exit 1
##############################################
cthumb-4.2/config.sub-363-	i[34567]86v32)
cthumb-4.2/config.sub:364:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
cthumb-4.2/config.sub-365-		os=-sysv32
##############################################
cthumb-4.2/config.sub-367-	i[34567]86v4*)
cthumb-4.2/config.sub:368:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
cthumb-4.2/config.sub-369-		os=-sysv4
##############################################
cthumb-4.2/config.sub-371-	i[34567]86v)
cthumb-4.2/config.sub:372:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
cthumb-4.2/config.sub-373-		os=-sysv
##############################################
cthumb-4.2/config.sub-375-	i[34567]86sol2)
cthumb-4.2/config.sub:376:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
cthumb-4.2/config.sub-377-		os=-solaris2
##############################################
cthumb-4.2/config.sub-415-	mips3*-*)
cthumb-4.2/config.sub:416:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
cthumb-4.2/config.sub-417-		;;
cthumb-4.2/config.sub-418-	mips3*)
cthumb-4.2/config.sub:419:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
cthumb-4.2/config.sub-420-		;;
##############################################
cthumb-4.2/config.sub-495-	pentium-* | p5-* | k5-* | nexen-*)
cthumb-4.2/config.sub:496:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
cthumb-4.2/config.sub-497-		;;
cthumb-4.2/config.sub-498-	pentiumpro-* | p6-* | k6-* | 6x86-*)
cthumb-4.2/config.sub:499:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
cthumb-4.2/config.sub-500-		;;
cthumb-4.2/config.sub-501-	pentiumii-* | pentium2-*)
cthumb-4.2/config.sub:502:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
cthumb-4.2/config.sub-503-		;;
##############################################
cthumb-4.2/config.sub-510-	        ;;
cthumb-4.2/config.sub:511:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
cthumb-4.2/config.sub-512-		;;
##############################################
cthumb-4.2/config.sub-516-	ppcle-* | powerpclittle-*)
cthumb-4.2/config.sub:517:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
cthumb-4.2/config.sub-518-		;;
##############################################
cthumb-4.2/config.sub-674-	*)
cthumb-4.2/config.sub:675:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
cthumb-4.2/config.sub-676-		exit 1
##############################################
cthumb-4.2/config.sub-682-	*-digital*)
cthumb-4.2/config.sub:683:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
cthumb-4.2/config.sub-684-		;;
cthumb-4.2/config.sub-685-	*-commodore*)
cthumb-4.2/config.sub:686:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
cthumb-4.2/config.sub-687-		;;
##############################################
cthumb-4.2/config.sub-700-	-solaris1 | -solaris1.*)
cthumb-4.2/config.sub:701:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
cthumb-4.2/config.sub-702-		;;
##############################################
cthumb-4.2/config.sub-712-	-gnu/linux*)
cthumb-4.2/config.sub:713:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
cthumb-4.2/config.sub-714-		;;
##############################################
cthumb-4.2/config.sub-735-	-linux*)
cthumb-4.2/config.sub:736:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
cthumb-4.2/config.sub-737-		;;
cthumb-4.2/config.sub-738-	-sunos5*)
cthumb-4.2/config.sub:739:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
cthumb-4.2/config.sub-740-		;;
cthumb-4.2/config.sub-741-	-sunos6*)
cthumb-4.2/config.sub:742:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
cthumb-4.2/config.sub-743-		;;
##############################################
cthumb-4.2/config.sub-766-	-sinix5.*)
cthumb-4.2/config.sub:767:		os=`echo $os | sed -e 's|sinix|sysv|'`
cthumb-4.2/config.sub-768-		;;
##############################################
cthumb-4.2/config.sub-796-		# Get rid of the `-' at the beginning of $os.
cthumb-4.2/config.sub:797:		os=`echo $os | sed 's/[^-]*-//'`
cthumb-4.2/config.sub:798:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
cthumb-4.2/config.sub-799-		exit 1
##############################################
cthumb-4.2/config.sub-974-		esac
cthumb-4.2/config.sub:975:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
cthumb-4.2/config.sub-976-		;;
##############################################
cthumb-4.2/config.guess-57-	if test $UNAME_RELEASE = "V4.0"; then
cthumb-4.2/config.guess:58:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
cthumb-4.2/config.guess-59-	fi
##############################################
cthumb-4.2/config.guess-102-	rm -f $dummy.s $dummy
cthumb-4.2/config.guess:103:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr [[A-Z]] [[a-z]]`
cthumb-4.2/config.guess-104-	exit 0 ;;
##############################################
cthumb-4.2/config.guess-141-    arm32:NetBSD:*:*)
cthumb-4.2/config.guess:142:	echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
cthumb-4.2/config.guess-143-	exit 0 ;;
##############################################
cthumb-4.2/config.guess-158-    sun4H:SunOS:5.*:*)
cthumb-4.2/config.guess:159:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
cthumb-4.2/config.guess-160-	exit 0 ;;
cthumb-4.2/config.guess-161-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
cthumb-4.2/config.guess:162:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
cthumb-4.2/config.guess-163-	exit 0 ;;
cthumb-4.2/config.guess-164-    i86pc:SunOS:5.*:*)
cthumb-4.2/config.guess:165:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
cthumb-4.2/config.guess-166-	exit 0 ;;
##############################################
cthumb-4.2/config.guess-170-	# it's likely to be more like Solaris than SunOS4.
cthumb-4.2/config.guess:171:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
cthumb-4.2/config.guess-172-	exit 0 ;;
##############################################
cthumb-4.2/config.guess-179-	# Japanese Language versions have a version number like `4.1.3-JL'.
cthumb-4.2/config.guess:180:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
cthumb-4.2/config.guess-181-	exit 0 ;;
##############################################
cthumb-4.2/config.guess-185-    sun*:*:4.2BSD:*)
cthumb-4.2/config.guess:186:	UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
cthumb-4.2/config.guess-187-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
cthumb-4.2/config.guess-263-	${CC-cc} $dummy.c -o $dummy \
cthumb-4.2/config.guess:264:	  && ./$dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
cthumb-4.2/config.guess-265-	  && rm $dummy.c $dummy && exit 0
##############################################
cthumb-4.2/config.guess-307-    *:IRIX*:*:*)
cthumb-4.2/config.guess:308:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
cthumb-4.2/config.guess-309-	exit 0 ;;
##############################################
cthumb-4.2/config.guess-338-    *:AIX:*:4)
cthumb-4.2/config.guess:339:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -1 | awk '{ print $1 }'`
cthumb-4.2/config.guess-340-	if /usr/sbin/lsattr -EHl ${IBM_CPU_ID} | grep POWER >/dev/null 2>&1; then
##############################################
cthumb-4.2/config.guess-408-EOF
cthumb-4.2/config.guess:409:	(${CC-cc} $dummy.c -o $dummy 2>/dev/null ) && HP_ARCH=`./$dummy`
cthumb-4.2/config.guess-410-	rm -f $dummy.c $dummy
cthumb-4.2/config.guess-411-	esac
cthumb-4.2/config.guess:412:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
cthumb-4.2/config.guess-413-	echo ${HP_ARCH}-hp-hpux${HPUX_REV}
##############################################
cthumb-4.2/config.guess-512-        FUJITSU_SYS=`uname -p | tr [A-Z] [a-z] | sed -e 's/\///'`
cthumb-4.2/config.guess:513:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
cthumb-4.2/config.guess-514-        echo "f300-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
cthumb-4.2/config.guess-516-    F301:UNIX_System_V:*:*)
cthumb-4.2/config.guess:517:       echo f301-fujitsu-uxpv`echo $UNAME_RELEASE | sed 's/ .*//'`
cthumb-4.2/config.guess-518-       exit 0 ;;
##############################################
cthumb-4.2/config.guess-536-	    if test "elf" = "`/usr/bin/objformat`"; then
cthumb-4.2/config.guess:537:		echo ${UNAME_MACHINE}-unknown-freebsdelf`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'`
cthumb-4.2/config.guess-538-		exit 0
##############################################
cthumb-4.2/config.guess-540-	fi
cthumb-4.2/config.guess:541:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
cthumb-4.2/config.guess-542-	exit 0 ;;
cthumb-4.2/config.guess-543-    *:NetBSD:*:*)
cthumb-4.2/config.guess:544:	echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
cthumb-4.2/config.guess-545-	exit 0 ;;
cthumb-4.2/config.guess-546-    *:OpenBSD:*:*)
cthumb-4.2/config.guess:547:	echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
cthumb-4.2/config.guess-548-	exit 0 ;;
##############################################
cthumb-4.2/config.guess-558-    prep*:SunOS:5.*:*)
cthumb-4.2/config.guess:559:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
cthumb-4.2/config.guess-560-	exit 0 ;;
cthumb-4.2/config.guess-561-    *:GNU:*:*)
cthumb-4.2/config.guess:562:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
cthumb-4.2/config.guess-563-	exit 0 ;;
##############################################
cthumb-4.2/debian/patches/01_quotation_fix.patch-16-+	    my $new_cmd = "jhead -cmd '$cmd &i' \"$dest\"";
cthumb-4.2/debian/patches/01_quotation_fix.patch:17: 	    if (system($new_cmd)) { print "cthumb warning: command '$new_cmd' failed: $!\n"; }
cthumb-4.2/debian/patches/01_quotation_fix.patch-18- 	    else {print "done.\n";}
##############################################
cthumb-4.2/debian/patches/01_quotation_fix.patch-22-+	    my $new_cmd = "$cmd \"$dest\"";
cthumb-4.2/debian/patches/01_quotation_fix.patch:23: 	    if (system($new_cmd)) { print "cthumb warning: command '$new_cmd' failed: $!\n"; }
cthumb-4.2/debian/patches/01_quotation_fix.patch-24- 	    else {print "done.\n";}
##############################################
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-446-	# print "DEBUG: $RecursiveCP $ImageDir/$newtheme $newthemedir\n";
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in:447:	system("$RecursiveCP $ImageDir/$newtheme $newthemedir");
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-448-    } else {
##############################################
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-536-	    # print "forking cthumb to: $newdir; perl $cthumb $6\n";
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in:537:	    system("cd $newdir > /dev/null; perl $cthumb $6");
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-538-	    # TO-DO: figure out how we can get info from that forked cthumb for:
##############################################
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-581-    } else {
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in:582:        if (system ("diff $indextmp $MainIndexName >/dev/null 2>/dev/null")) {
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-583-	    print "Index for $descfname in: $MainIndexName\n";
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-584-	    my $cmd = "mv $indextmp $MainIndexName";
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in:585:	    if (system($cmd)) { print "cthumb warning: command '$cmd' failed: $!\n"; }
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-586-	} else {
##############################################
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-743-  for my $cmd ("djpeg", "pngtopnm", "giftopnm", "tifftopnm") {
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in:744:    my $pnm = `$cmd "$name" `;
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-745-    return $pnm unless $?;
##############################################
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-1237-       my $relURL = relative_path($url, $pictureURL);
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in:1238:       my $exiftxt = "<br><br><center><table BORDER=\"0\">\n" . `jhead $relURL` . "</table></center>";
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-1239-       $exiftxt =~ s/^([^:\n]*[^: \t\n]+)\s*:\s*(.*)$/<tr><td>$1<\/td><td>$2<\/td><\/tr>/mg;
##############################################
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-1486-    if($InsertExif){
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in:1487:	my $pictime = "<I>" . `jhead $picname | grep "Date/Time"` . "</I><BR>";
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-1488-	$pictime =~ s/Date\/Time\s*:\s*//;
##############################################
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-1704-	    my $new_cmd = "jhead -cmd '$cmd &i' $dest";
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in:1705:	    if (system($new_cmd)) { print "cthumb warning: command '$new_cmd' failed: $!\n"; }
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-1706-	    else {print "done.\n";}
##############################################
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-1709-	    my $new_cmd = "$cmd $dest";
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in:1710:	    if (system($new_cmd)) { print "cthumb warning: command '$new_cmd' failed: $!\n"; }
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-1711-	    else {print "done.\n";}
##############################################
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-1717-	if (!($pnm = &get_pnm($src))) {
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in:1718:            die "Cannot scale image `$dest`.";
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-1719-	}
##############################################
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-1732-	} else {
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in:1733:            die "Cannot scale image `$dest`.";
cthumb-4.2/.pc/01_quotation_fix.patch/cthumb.in-1734-	}
##############################################
cthumb-4.2/cthumb.in-446-	# print "DEBUG: $RecursiveCP $ImageDir/$newtheme $newthemedir\n";
cthumb-4.2/cthumb.in:447:	system("$RecursiveCP $ImageDir/$newtheme $newthemedir");
cthumb-4.2/cthumb.in-448-    } else {
##############################################
cthumb-4.2/cthumb.in-536-	    # print "forking cthumb to: $newdir; perl $cthumb $6\n";
cthumb-4.2/cthumb.in:537:	    system("cd $newdir > /dev/null; perl $cthumb $6");
cthumb-4.2/cthumb.in-538-	    # TO-DO: figure out how we can get info from that forked cthumb for:
##############################################
cthumb-4.2/cthumb.in-581-    } else {
cthumb-4.2/cthumb.in:582:        if (system ("diff $indextmp $MainIndexName >/dev/null 2>/dev/null")) {
cthumb-4.2/cthumb.in-583-	    print "Index for $descfname in: $MainIndexName\n";
cthumb-4.2/cthumb.in-584-	    my $cmd = "mv $indextmp $MainIndexName";
cthumb-4.2/cthumb.in:585:	    if (system($cmd)) { print "cthumb warning: command '$cmd' failed: $!\n"; }
cthumb-4.2/cthumb.in-586-	} else {
##############################################
cthumb-4.2/cthumb.in-743-  for my $cmd ("djpeg", "pngtopnm", "giftopnm", "tifftopnm") {
cthumb-4.2/cthumb.in:744:    my $pnm = `$cmd "$name" `;
cthumb-4.2/cthumb.in-745-    return $pnm unless $?;
##############################################
cthumb-4.2/cthumb.in-1237-       my $relURL = relative_path($url, $pictureURL);
cthumb-4.2/cthumb.in:1238:       my $exiftxt = "<br><br><center><table BORDER=\"0\">\n" . `jhead $relURL` . "</table></center>";
cthumb-4.2/cthumb.in-1239-       $exiftxt =~ s/^([^:\n]*[^: \t\n]+)\s*:\s*(.*)$/<tr><td>$1<\/td><td>$2<\/td><\/tr>/mg;
##############################################
cthumb-4.2/cthumb.in-1486-    if($InsertExif){
cthumb-4.2/cthumb.in:1487:	my $pictime = "<I>" . `jhead $picname | grep "Date/Time"` . "</I><BR>";
cthumb-4.2/cthumb.in-1488-	$pictime =~ s/Date\/Time\s*:\s*//;
##############################################
cthumb-4.2/cthumb.in-1704-	    my $new_cmd = "jhead -cmd '$cmd &i' \"$dest\"";
cthumb-4.2/cthumb.in:1705:	    if (system($new_cmd)) { print "cthumb warning: command '$new_cmd' failed: $!\n"; }
cthumb-4.2/cthumb.in-1706-	    else {print "done.\n";}
##############################################
cthumb-4.2/cthumb.in-1709-	    my $new_cmd = "$cmd \"$dest\"";
cthumb-4.2/cthumb.in:1710:	    if (system($new_cmd)) { print "cthumb warning: command '$new_cmd' failed: $!\n"; }
cthumb-4.2/cthumb.in-1711-	    else {print "done.\n";}
##############################################
cthumb-4.2/cthumb.in-1717-	if (!($pnm = &get_pnm($src))) {
cthumb-4.2/cthumb.in:1718:            die "Cannot scale image `$dest`.";
cthumb-4.2/cthumb.in-1719-	}
##############################################
cthumb-4.2/cthumb.in-1732-	} else {
cthumb-4.2/cthumb.in:1733:            die "Cannot scale image `$dest`.";
cthumb-4.2/cthumb.in-1734-	}