Permalink
Browse files

cope with installation being on a path with a space in it

  • Loading branch information...
1 parent 4c79bbb commit d874b69598fbb31b2356e5140c68116daef59829 @aclement aclement committed Jan 23, 2013
Showing with 1 addition and 1 deletion.
  1. +1 −1 bin/scr.bat
View
@@ -1,2 +1,2 @@
@echo off
-node %~dp0\scr %*%
+node "%~dp0\scr" %*%

0 comments on commit d874b69

Please sign in to comment.