=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== dhcpy6d-0.4.3/build.sh-28- # use setup.py sdist build output to get package name dhcpy6d-0.4.3/build.sh:29: FILE=`python setup.py sdist --dist-dir $TOPDIR/SOURCES | grep "creating dhcpy6d-" | head -n1 | cut -d" " -f2` dhcpy6d-0.4.3/build.sh-30- echo Source file: $FILE.tar.gz ############################################## dhcpy6d-0.4.3/build.sh-32- # version dhcpy6d-0.4.3/build.sh:33: VERSION=`echo $FILE | cut -d"-" -f 2` dhcpy6d-0.4.3/build.sh-34- ############################################## dhcpy6d-0.4.3/build.sh-41- # get rpm file dhcpy6d-0.4.3/build.sh:42: cp -f `find $TOPDIR/RPMS -name "$FILE-?.*noarch.rpm"` . dhcpy6d-0.4.3/build.sh-43-