VirtualBox

Changeset 67 in vbox


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

tested and fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 & ")"
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