1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 16:36:38 +02:00

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
This commit is contained in:
sjaz
2009-01-02 18:45:24 +00:00
parent 0173105a11
commit 8903e93474
+1 -1
View File
@@ -1,3 +1,3 @@
@echo off
cscript /nologo %~dp0\install.js
cscript /nologo "%~dp0\install.js"
pause