===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
##############################################
cenon.app-4.0.6+ds1/VHFImport/Update.sh-22-  else if [ -f $fn ]; then
cenon.app-4.0.6+ds1/VHFImport/Update.sh:23:    fn=`echo $fn | sed -e 's|./||'`
cenon.app-4.0.6+ds1/VHFImport/Update.sh-24-
cenon.app-4.0.6+ds1/VHFImport/Update.sh-25-    # tiff files
cenon.app-4.0.6+ds1/VHFImport/Update.sh:26:    if [ `echo $fn | grep -c '.tiff'` != '0' -a `echo $fn | grep -c '/'` == '0' ]; then
cenon.app-4.0.6+ds1/VHFImport/Update.sh-27-      if ! cmp -s $fn $PROJECT/Icons/$fn ; then
##############################################
cenon.app-4.0.6+ds1/VHFImport/Update.sh-32-    # log files -> ChangeLog/
cenon.app-4.0.6+ds1/VHFImport/Update.sh:33:    else if [ `echo $fn | grep -c '....-...txt'` != '0' -a `echo $fn | grep -c 'ChangeLog'` = '0' ]; then
cenon.app-4.0.6+ds1/VHFImport/Update.sh-34-      if ! cmp -s $fn $PROJECT/ChangeLog/$fn ; then
##############################################
cenon.app-4.0.6+ds1/VHFImport/Update.sh-39-    # skip some files
cenon.app-4.0.6+ds1/VHFImport/Update.sh:40:    #else if [ `echo $fn | grep -c 'English.lproj/Localizable.strings'` != '0' ]; then
cenon.app-4.0.6+ds1/VHFImport/Update.sh-41-    #  echo -n
##############################################
cenon.app-4.0.6+ds1/VHFExport/Update.sh-22-  else if [ -f $fn ]; then
cenon.app-4.0.6+ds1/VHFExport/Update.sh:23:    fn=`echo $fn | sed -e 's|./||'`
cenon.app-4.0.6+ds1/VHFExport/Update.sh-24-
cenon.app-4.0.6+ds1/VHFExport/Update.sh-25-    # tiff files
cenon.app-4.0.6+ds1/VHFExport/Update.sh:26:    if [ `echo $fn | grep -c '.tiff'` != '0' -a `echo $fn | grep -c '/'` == '0' ]; then
cenon.app-4.0.6+ds1/VHFExport/Update.sh-27-      if ! cmp -s $fn $PROJECT/Icons/$fn ; then
##############################################
cenon.app-4.0.6+ds1/VHFExport/Update.sh-32-    # log files -> ChangeLog/
cenon.app-4.0.6+ds1/VHFExport/Update.sh:33:    else if [ `echo $fn | grep -c '....-...txt'` != '0' -a `echo $fn | grep -c 'ChangeLog'` = '0' ]; then
cenon.app-4.0.6+ds1/VHFExport/Update.sh-34-      if ! cmp -s $fn $PROJECT/ChangeLog/$fn ; then
##############################################
cenon.app-4.0.6+ds1/VHFExport/Update.sh-39-    # skip some files
cenon.app-4.0.6+ds1/VHFExport/Update.sh:40:    #else if [ `echo $fn | grep -c 'English.lproj/Localizable.strings'` != '0' ]; then
cenon.app-4.0.6+ds1/VHFExport/Update.sh-41-    #  echo -n
##############################################
cenon.app-4.0.6+ds1/VHFShared/Update.sh-22-  else if [ -f $fn ]; then
cenon.app-4.0.6+ds1/VHFShared/Update.sh:23:    fn=`echo $fn | sed -e 's|./||'`
cenon.app-4.0.6+ds1/VHFShared/Update.sh-24-
cenon.app-4.0.6+ds1/VHFShared/Update.sh-25-    # tiff files
cenon.app-4.0.6+ds1/VHFShared/Update.sh:26:    if [ `echo $fn | grep -c '.tiff'` != '0' -a `echo $fn | grep -c '/'` == '0' ]; then
cenon.app-4.0.6+ds1/VHFShared/Update.sh-27-      if ! cmp -s $fn $PROJECT/Icons/$fn ; then
##############################################
cenon.app-4.0.6+ds1/VHFShared/Update.sh-32-    # log files -> ChangeLog/
cenon.app-4.0.6+ds1/VHFShared/Update.sh:33:    else if [ `echo $fn | grep -c '....-...txt'` != '0' -a `echo $fn | grep -c 'ChangeLog'` = '0' ]; then
cenon.app-4.0.6+ds1/VHFShared/Update.sh-34-      if ! cmp -s $fn $PROJECT/ChangeLog/$fn ; then
##############################################
cenon.app-4.0.6+ds1/VHFShared/Update.sh-39-    # skip some files
cenon.app-4.0.6+ds1/VHFShared/Update.sh:40:    #else if [ `echo $fn | grep -c 'English.lproj/Localizable.strings'` != '0' ]; then
cenon.app-4.0.6+ds1/VHFShared/Update.sh-41-    #  echo -n