VirtualBox

Ignore:
Timestamp:
Aug 22, 2013 10:05:51 AM (11 years ago)
Author:
vboxsync
Message:

Additions/linux: correct regular expression.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r47974 r47985  
    285285{
    286286    begin "Starting the VirtualBox Guest Additions ";
    287     uname -r | grep -q '^2\.6\|^3' 2>/dev/null &&
     287    uname -r | grep -q -E '^2\.6|^3' 2>/dev/null &&
    288288        ps -A -o comm | grep -q '/*udevd$' 2>/dev/null ||
    289289        no_udev=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