From fa3dab30ae81968b56d089734b969ccd415c0368 Mon Sep 17 00:00:00 2001 From: Mike Lazar Date: Tue, 10 Jan 2012 11:00:25 -0600 Subject: [PATCH] Fix typos in generated cmd script in bootstrap Fixes basho/rebar#188 --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 42a3d97..ba8dda2 100755 --- a/bootstrap +++ b/bootstrap @@ -140,7 +140,7 @@ write_windows_scripts() -> "@echo off\r\n" "setlocal\r\n" "set rebarscript=%~f0\r\n" - "escript.exe \"%rebarscript:.bat=%i\" %*\r\n", + "escript.exe \"%rebarscript:.cmd=%\" %*\r\n", ok = file:write_file("rebar.cmd", CmdScript), UTF16BE = {utf16, big}, ok = file:write_file("rebar.ps1",