===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
##############################################
k3b-20.08.3/libk3b/scripts/k3b_automount-42-# open the fstab file and search the DEVICE
k3b-20.08.3/libk3b/scripts/k3b_automount:43:if [ -n "`grep $DEVICE /etc/fstab | grep "subfs\|supermount"`" ]; then
k3b-20.08.3/libk3b/scripts/k3b_automount-44-	if [ $DISABLE = 1 ]; then
##############################################
k3b-20.08.3/libk3b/scripts/k3b_automount-61-#
k3b-20.08.3/libk3b/scripts/k3b_automount:62:if [ $DISABLE = 1 ] && [ -n "`grep $DEVICE /etc/mtab | grep "iso9660\|udf"`" ]; then
k3b-20.08.3/libk3b/scripts/k3b_automount-63-	umount $DEVICE