VirtualBox

Changeset 5595 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Oct 31, 2007 10:29:32 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
25884
Message:

the correct usage is '> /dev/null 2>&1'

File:
1 edited

Legend:

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

    r5593 r5595  
    1919# found to be "of interest".
    2020get_linux_info () {
    21     if [ -r /etc/lsb-release ] && grep Ubuntu /etc/lsb-release 2>&1 >/dev/null
     21    if [ -r /etc/lsb-release ] && grep Ubuntu /etc/lsb-release >/dev/null 2>&1
    2222    then
    2323        # Ubuntu-based system
Note: See TracChangeset for help on using the changeset viewer.

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