=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== bbmap-38.87+dfsg/calcmem.sh-53- if [[ $setxmx == 1 ]] && [[ $setxms == 0 ]]; then bbmap-38.87+dfsg/calcmem.sh:54: local substring=`echo $z| cut -d'x' -f 2` bbmap-38.87+dfsg/calcmem.sh-55- z2="-Xms$substring" ############################################## bbmap-38.87+dfsg/calcmem.sh-57- elif [[ $setxmx == 0 ]] && [[ $setxms == 1 ]]; then bbmap-38.87+dfsg/calcmem.sh:58: local substring=`echo $z2| cut -d's' -f 2` bbmap-38.87+dfsg/calcmem.sh-59- z="-Xmx$substring" ############################################## bbmap-38.87+dfsg/calcmem.sh-110- *g) bbmap-38.87+dfsg/calcmem.sh:111: defaultMem=`echo $defaultMem| cut -d'g' -f 1` bbmap-38.87+dfsg/calcmem.sh-112- defaultMem=$(( $defaultMem * $(( 1024 * 1024 )) )) ############################################## bbmap-38.87+dfsg/calcmem.sh-114- *m) bbmap-38.87+dfsg/calcmem.sh:115: defaultMem=`echo $defaultMem| cut -d'm' -f 1` bbmap-38.87+dfsg/calcmem.sh-116- defaultMem=$(( $defaultMem * 1024 )) ############################################## bbmap-38.87+dfsg/calcmem.sh-118- *k) bbmap-38.87+dfsg/calcmem.sh:119: defaultMem=`echo $defaultMem| cut -d'k' -f 1` bbmap-38.87+dfsg/calcmem.sh-120- ;; ############################################## bbmap-38.87+dfsg/current/driver/SummarizeQuast.java-129- assert(!asmMap.isEmpty()); bbmap-38.87+dfsg/current/driver/SummarizeQuast.java:130: for(String asm : asmMap.keySet()){ bbmap-38.87+dfsg/current/driver/SummarizeQuast.java-131- ArrayList<Double> ald=asmMap.get(asm); ############################################## bbmap-38.87+dfsg/debian/rules-25- cd jni && make -f makefile.linux bbmap-38.87+dfsg/debian/rules:26: JH_JAR_EXTRA=`$(CURDIR)/resources/*` jh_build $(DEB_SOURCE).jar current bbmap-38.87+dfsg/debian/rules-27-