Changeset 67 in vbox
- Timestamp:
- Jan 16, 2007 2:52:57 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17507
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.vbs
r66 r67 497 497 ' Checks the the path doesn't contain characters the tools cannot deal with. 498 498 sub CheckSourcePath 499 dim sPwd ;500 501 sPwd = PathAbs(g_strPath) ;499 dim sPwd 500 501 sPwd = PathAbs(g_strPath) 502 502 if InStr(1, sPwd, " ") > 0 then 503 503 MsgError "Source path contains spaces! Please move it. (" & sPwd & ")"
Note:
See TracChangeset
for help on using the changeset viewer.