aboutsummaryrefslogtreecommitdiffstats
path: root/tools/deploy.bat
diff options
context:
space:
mode:
authorunwiredben <combee@techwood.org>2012-11-27 16:03:21 -0600
committerunwiredben <combee@techwood.org>2012-11-27 16:03:21 -0600
commit456f217ebdd1458d77e2be5b7dc3ff2bc3d217f5 (patch)
tree0ae68c032840f14dd964cd63e9c27c5215e371d7 /tools/deploy.bat
parentb90fd98f9c6f9433d46df6eebd4f3bfa75447ca9 (diff)
downloadbiblez-ng-456f217ebdd1458d77e2be5b7dc3ff2bc3d217f5.tar.gz
Fix deploy.bat for use on Windows machines with spaces in path
Enyo-DCO-1.1-Signed-Off-By: Ben Combee (ben.combee@palm.com)
Diffstat (limited to 'tools/deploy.bat')
-rwxr-xr-xtools/deploy.bat5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/deploy.bat b/tools/deploy.bat
index 1ef6b6e..a14879e 100755
--- a/tools/deploy.bat
+++ b/tools/deploy.bat
@@ -1,4 +1,4 @@
-REM don't watch the sausage being made
+@REM don't watch the sausage being made
@ECHO OFF
REM the folder this script is in (*/bootplate/tools)
@@ -14,5 +14,4 @@ REM node location
SET NODE=node.exe
REM use node to invoke deploy.js with imported parameters
-%NODE% "%DEPLOY%" %*
-
+%NODE% "%DEPLOY%" %* \ No newline at end of file