=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== q4wine-1.3.11/src/freebsd/umount.sh-8-MOUNT_POINT=$1 q4wine-1.3.11/src/freebsd/umount.sh:9:DEVNAME=`mount | grep ${MOUNT_POINT} | awk '{print $1}')` q4wine-1.3.11/src/freebsd/umount.sh-10-MDCONFIG_BIN="$(which mdconfig 2>&1)" ############################################## q4wine-1.3.11/src/freebsd/mount_image.sh-15- q4wine-1.3.11/src/freebsd/mount_image.sh:16:$SUDO $MOUNT_BIN /dev/`$SUDO $MDCONFIG_BIN -f $MOUNT_IMAGE` $MOUNT_POINT q4wine-1.3.11/src/freebsd/mount_image.sh-17- q4wine-1.3.11/src/freebsd/mount_image.sh-18-if [ $? -ne 0 ]; then q4wine-1.3.11/src/freebsd/mount_image.sh:19: echo "Some Errors occurred:( command: $SUDO $MOUNT_BIN /dev/`$SUDO $MDCONFIG_BIN -f $MOUNT_IMAGE` $MOUNT_POINT" q4wine-1.3.11/src/freebsd/mount_image.sh-20- exit 255