diff options
author | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-01-02 18:45:24 +0000 |
---|---|---|
committer | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-01-02 18:45:24 +0000 |
commit | 8903e93474ee5ab6aa9da0b03034df3c4ffb918b (patch) | |
tree | 7f6dc346b708867364f11e8b8b04ef28df2e3017 | |
parent | 0173105a1176867c63fbf2a0d647bfc312d6c01a (diff) |
Added quotes to Config.bat to fix windows error when initiated from spaced path (Input Error: There is no file extension in "C:\Documents".)
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1911 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Config.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.bat b/Config.bat index 7205c91ef..eb320c09d 100644 --- a/Config.bat +++ b/Config.bat @@ -1,3 +1,3 @@ @echo off
-cscript /nologo %~dp0\install.js
+cscript /nologo "%~dp0\install.js"
pause
|