===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ulcc-1.0.2/ulcc.pro-53-!win32 {
ulcc-1.0.2/ulcc.pro:54:  system($${QMAKE_LRELEASE} -silent $${_PRO_FILE_} 2> /dev/null)
ulcc-1.0.2/ulcc.pro-55-}
ulcc-1.0.2/ulcc.pro-56-win32 {
ulcc-1.0.2/ulcc.pro:57:  system($${QMAKE_LRELEASE} $${_PRO_FILE_})
ulcc-1.0.2/ulcc.pro-58-}
##############################################
ulcc-1.0.2/utils/gen_lang_files.sh-6-do
ulcc-1.0.2/utils/gen_lang_files.sh:7:  LANG=`echo $STR|sed 's|ulcc_||g'|sed 's|.properties||g'`
ulcc-1.0.2/utils/gen_lang_files.sh-8-  rm -f ../dictionaries/*/languages/$LANG.lng
##############################################
ulcc-1.0.2/utils/gen_lang_files.sh-10-  do
ulcc-1.0.2/utils/gen_lang_files.sh:11:     a=`echo $LINE|grep '#'`
ulcc-1.0.2/utils/gen_lang_files.sh-12-     if [ ! -z "$a" ]
ulcc-1.0.2/utils/gen_lang_files.sh-13-        then
ulcc-1.0.2/utils/gen_lang_files.sh:14:           DIRNAME=`echo $LINE|grep '#'|sed 's|# ||g'`
ulcc-1.0.2/utils/gen_lang_files.sh-15-           mkdir -p ../dictionaries/$DIRNAME/languages