VirtualBox

Changeset 90431 in vbox for trunk/src/VBox/Installer/linux


Ignore:
Timestamp:
Jul 30, 2021 3:17:14 PM (3 years ago)
Author:
vboxsync
Message:

Installer: Linux: vboxdrv.sh: fix modules presence detection, bugref:9958.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/vboxdrv.sh

    r89207 r90431  
    328328    # outside of /lib/modules/*/misc.
    329329    mod_dir="$(dirname "$mod_path" | sed 's;^.*/;;')"
    330     [ "$mod_dir" != "misc" ] || return
     330    [ "$mod_dir" = "misc" ] || return
    331331
    332332    echo "1"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette