VirtualBox

Changeset 65

Show
Ignore:
Timestamp:
01/16/07 15:27:04 (2 years ago)
Author:
vboxsync
Message:

better check the VBox base path

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy