diff options
-rw-r--r-- | rebar.bat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ @echo off setlocal -set rebarscript=%0 -escript.exe %rebarscript:.bat=% %* +set rebarscript=%~f0 +escript.exe "%rebarscript:.bat=%" %* |
index : rebar3.git | ||
Clone of https://github.com/erlang/rebar3 |
summaryrefslogtreecommitdiff |
-rw-r--r-- | rebar.bat | 4 |
@@ -1,4 +1,4 @@ @echo off setlocal -set rebarscript=%0 -escript.exe %rebarscript:.bat=% %* +set rebarscript=%~f0 +escript.exe "%rebarscript:.bat=%" %* |