VirtualBox

Changeset 65 in vbox for trunk/configure


Ignore:
Timestamp:
Jan 16, 2007 2:27:04 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17505
Message:

better check the VBox base path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r64 r65  
    6767INVALID_CHARS="[+$ ]"
    6868
    69 if pwd|grep -q "$INVALID_CHARS"; then
    70   echo "Error: Current path contains invalid characters!"
     69if (cd $(dirname $0); pwd)|grep -q "$INVALID_CHARS"; then
     70  echo "Error: VBox base path contains invalid characters!"
    7171  exit 1
    7272fi
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