VirtualBox

Changeset 58486 in vbox for trunk


Ignore:
Timestamp:
Oct 29, 2015 1:51:30 PM (9 years ago)
Author:
vboxsync
Message:

linux/loadall.sh: rebuild the modules each time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/linux/loadall.sh

    r58439 r58486  
    1 #!/bin/sh
     1#!/bin/bash
    22## @file
    33# For development, builds and loads all the host drivers.
     
    2323    make -C "${MY_DIR}/src" clean > /dev/null
    2424fi
    25 if test ${#} -eq 0; then
    26     sudo "${MY_DIR}/vboxdrv.sh" start
    27 elif test ${#} -eq 1 && test "x${1}" = x-u; then
     25
     26if [ ${#} -eq 0 ]; then
     27    sudo "${MY_DIR}/vboxdrv.sh" setup
     28elif [ ${#} -eq 1  -a "x${1}" = x-u ]; then
    2829    sudo "${MY_DIR}/vboxdrv.sh" cleanup
    2930else
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