Changeset 8125 in vbox for trunk/src/VBox/Additions/solaris/Installer
- Timestamp:
- Apr 18, 2008 8:45:39 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/makepackage.sh
r8122 r8125 29 29 30 30 # check for GNU grep we use which might not ship with all Solaris 31 if test ! -f "$MY_GGREP" ||test ! -h "$MY_GGREP"; then31 if test ! -f "$MY_GGREP" && test ! -h "$MY_GGREP"; then 32 32 echo "## GNU grep not found in $MY_GGREP." 33 33 exit 1
Note:
See TracChangeset
for help on using the changeset viewer.