===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
usb-modeswitch-2.6.1/usb_modeswitch_dispatcher.tcl-48-
usb-modeswitch-2.6.1/usb_modeswitch_dispatcher.tcl:49:# Execution starts at file bottom
usb-modeswitch-2.6.1/usb_modeswitch_dispatcher.tcl-50-
##############################################
usb-modeswitch-2.6.1/usb_modeswitch_dispatcher.tcl-838-	if {![file isdirectory $devdir]} {
usb-modeswitch-2.6.1/usb_modeswitch_dispatcher.tcl:839:		Log " Wait for device file system ($i sec.) ..."
usb-modeswitch-2.6.1/usb_modeswitch_dispatcher.tcl-840-		continue
##############################################
usb-modeswitch-2.6.1/debian/patches/0002-Detect-if-systemd-is-running-not-only-if-its-corresp.patch-21- init_path=`readlink -f /sbin/init`
usb-modeswitch-2.6.1/debian/patches/0002-Detect-if-systemd-is-running-not-only-if-its-corresp.patch:22:-if [ `basename $init_path` = "systemd" ]; then
usb-modeswitch-2.6.1/debian/patches/0002-Detect-if-systemd-is-running-not-only-if-its-corresp.patch:23:+if [ `basename $init_path` = "systemd" ] && [ -d "/run/systemd/system/" ]; then # Test if systemd is running
usb-modeswitch-2.6.1/debian/patches/0002-Detect-if-systemd-is-running-not-only-if-its-corresp.patch-24- 	systemctl --no-block restart usb_modeswitch@$p2.service
##############################################
usb-modeswitch-2.6.1/debian/patches/0004-Allow-replacing-pkg-config-with-triplet-pkg-config.patch-19-+PKG_CONFIG  ?= pkg-config
usb-modeswitch-2.6.1/debian/patches/0004-Allow-replacing-pkg-config-with-triplet-pkg-config.patch:20:+LIBS        = `$(PKG_CONFIG) --libs --cflags libusb-1.0`
usb-modeswitch-2.6.1/debian/patches/0004-Allow-replacing-pkg-config-with-triplet-pkg-config.patch-21- RM          = /bin/rm -f
##############################################
usb-modeswitch-2.6.1/.pc/0002-Detect-if-systemd-is-running-not-only-if-its-corresp.patch/usb_modeswitch.sh-65-init_path=`readlink -f /sbin/init`
usb-modeswitch-2.6.1/.pc/0002-Detect-if-systemd-is-running-not-only-if-its-corresp.patch/usb_modeswitch.sh:66:if [ `basename $init_path` = "systemd" ]; then
usb-modeswitch-2.6.1/.pc/0002-Detect-if-systemd-is-running-not-only-if-its-corresp.patch/usb_modeswitch.sh-67-	systemctl --no-block restart usb_modeswitch@$p2.service
##############################################
usb-modeswitch-2.6.1/.pc/0003-Set-TMPDIR-run-for-usb_modeswitch_dispatcher.patch/usb_modeswitch.sh-65-init_path=`readlink -f /sbin/init`
usb-modeswitch-2.6.1/.pc/0003-Set-TMPDIR-run-for-usb_modeswitch_dispatcher.patch/usb_modeswitch.sh:66:if [ `basename $init_path` = "systemd" ] && [ -d "/run/systemd/system/" ]; then # Test if systemd is running
usb-modeswitch-2.6.1/.pc/0003-Set-TMPDIR-run-for-usb_modeswitch_dispatcher.patch/usb_modeswitch.sh-67-	systemctl --no-block restart usb_modeswitch@$p2.service
##############################################
usb-modeswitch-2.6.1/usb_modeswitch.sh-66-init_path=`readlink -f /sbin/init`
usb-modeswitch-2.6.1/usb_modeswitch.sh:67:if [ `basename $init_path` = "systemd" ] && [ -d "/run/systemd/system/" ]; then # Test if systemd is running
usb-modeswitch-2.6.1/usb_modeswitch.sh-68-	systemctl --no-block restart usb_modeswitch@$p2.service
##############################################
usb-modeswitch-2.6.1/Makefile-5-PKG_CONFIG  ?= pkg-config
usb-modeswitch-2.6.1/Makefile:6:LIBS        = `$(PKG_CONFIG) --libs --cflags libusb-1.0`
usb-modeswitch-2.6.1/Makefile-7-RM          = /bin/rm -f