VirtualBox

Changeset 58439 in vbox


Ignore:
Timestamp:
Oct 27, 2015 5:29:52 PM (9 years ago)
Author:
vboxsync
Message:

loadall.sh: consistently use -eq for numeric tests

File:
1 edited

Legend:

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

    r58432 r58439  
    2525if test ${#} -eq 0; then
    2626    sudo "${MY_DIR}/vboxdrv.sh" start
    27 elif test ${#} = 1 && test "x${1}" = x-u; then
     27elif test ${#} -eq 1 && test "x${1}" = x-u; then
    2828    sudo "${MY_DIR}/vboxdrv.sh" cleanup
    2929else
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