VirtualBox

Changeset 67

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

tested and fixed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure.vbs

    r66 r67  
    497497' Checks the the path doesn't contain characters the tools cannot deal with. 
    498498sub CheckSourcePath 
    499    dim sPwd; 
    500  
    501    sPwd = PathAbs(g_strPath); 
     499   dim sPwd 
     500 
     501   sPwd = PathAbs(g_strPath) 
    502502   if InStr(1, sPwd, " ") > 0 then 
    503503      MsgError "Source path contains spaces! Please move it. (" & sPwd & ")" 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy