summaryrefslogtreecommitdiff
path: root/node_modules/.bin/jake.cmd
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-03-27 21:38:06 +0200
committerMinteck <contact@minteck.org>2022-03-27 21:38:06 +0200
commitfb988285a3fdc5b9e6c6656d4c79855bed80e106 (patch)
tree8008887b2a9039f2f2868138cb54fee053eadebd /node_modules/.bin/jake.cmd
parentbbda65e16248afe21338f6bdf008ec88fa308c75 (diff)
downloadcobalt-fb988285a3fdc5b9e6c6656d4c79855bed80e106.tar.gz
cobalt-fb988285a3fdc5b9e6c6656d4c79855bed80e106.tar.bz2
cobalt-fb988285a3fdc5b9e6c6656d4c79855bed80e106.zip
Commit
Diffstat (limited to 'node_modules/.bin/jake.cmd')
-rw-r--r--node_modules/.bin/jake.cmd34
1 files changed, 17 insertions, 17 deletions
diff --git a/node_modules/.bin/jake.cmd b/node_modules/.bin/jake.cmd
index 1ccccef..45b0465 100644
--- a/node_modules/.bin/jake.cmd
+++ b/node_modules/.bin/jake.cmd
@@ -1,17 +1,17 @@
-@ECHO off
-GOTO start
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
-:start
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\jake\bin\cli.js" %*
+@ECHO off
+GOTO start
+:find_dp0
+SET dp0=%~dp0
+EXIT /b
+:start
+SETLOCAL
+CALL :find_dp0
+
+IF EXIST "%dp0%\node.exe" (
+ SET "_prog=%dp0%\node.exe"
+) ELSE (
+ SET "_prog=node"
+ SET PATHEXT=%PATHEXT:;.JS;=;%
+)
+
+endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\jake\bin\cli.js" %*