VirtualBox

Changeset 8125 in vbox for trunk


Ignore:
Timestamp:
Apr 18, 2008 8:45:39 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29828
Message:

Build fix

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/Installer/makepackage.sh

    r8122 r8125  
    2929
    3030# check for GNU grep we use which might not ship with all Solaris
    31 if test ! -f "$MY_GGREP" || test ! -h "$MY_GGREP"; then
     31if test ! -f "$MY_GGREP" && test ! -h "$MY_GGREP"; then
    3232    echo "## GNU grep not found in $MY_GGREP."
    3333    exit 1
  • trunk/src/VBox/Installer/solaris/makepackage.sh

    r8123 r8125  
    3030
    3131# check for GNU grep we use which might not ship with all Solaris
    32 if test ! -f "$MY_GGREP" || test ! -h "$MY_GGREP"; then
     32if test ! -f "$MY_GGREP" && test ! -h "$MY_GGREP"; then
    3333    echo "## GNU grep not found in $MY_GGREP."
    3434    exit 1
     
    3636
    3737# check for GNU tar we use which might not ship with all Solaris
    38 if test ! -f "$MY_GTAR" || test ! -h "$MY_GTAR"; then
     38if test ! -f "$MY_GTAR" && test ! -h "$MY_GTAR"; then
    3939    echo "## GNU tar not found in $MY_GTAR."
    4040    exit 1
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