From 53e22b11857fed62e2313d6d84d90f88ed412ffb Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Mon, 29 Jul 2013 12:13:03 +0100 Subject: Changed everyting to Unix line endings. --- UpdateVersions.cmd | 76 +++++++++++++++++++++++++++--------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) (limited to 'UpdateVersions.cmd') diff --git a/UpdateVersions.cmd b/UpdateVersions.cmd index b724990bb..1d4b00bca 100644 --- a/UpdateVersions.cmd +++ b/UpdateVersions.cmd @@ -1,39 +1,39 @@ -@echo off -:: UpdateVersions.cmd -:: This script processes all *.template files into their non-templated variants using subwcrev, substituting WC-related keywords in the process -:: subwcrev is expected to be in path; you can pass the correct path for your system as env var "subwcrev" - - -:: Subwcrev (from TortoiseSVN, for querying revision number; by default in PATH): -if %subwcrev%a == a set subwcrev=subwcrev - - - - -:: Copy all *.template files into their non-template versions, substituting SVN keywords: -for /r %%X in (*.template) do ( - %subwcrev% . "%%X" "%%~dpX%%~nX" - if errorlevel 1 goto haderror -) - - -goto end - - - - -:haderror -echo an error was encountered, check command output above -pause -goto finished - - - - - -:end -if "a%1" == "a" pause - - - +@echo off +:: UpdateVersions.cmd +:: This script processes all *.template files into their non-templated variants using subwcrev, substituting WC-related keywords in the process +:: subwcrev is expected to be in path; you can pass the correct path for your system as env var "subwcrev" + + +:: Subwcrev (from TortoiseSVN, for querying revision number; by default in PATH): +if %subwcrev%a == a set subwcrev=subwcrev + + + + +:: Copy all *.template files into their non-template versions, substituting SVN keywords: +for /r %%X in (*.template) do ( + %subwcrev% . "%%X" "%%~dpX%%~nX" + if errorlevel 1 goto haderror +) + + +goto end + + + + +:haderror +echo an error was encountered, check command output above +pause +goto finished + + + + + +:end +if "a%1" == "a" pause + + + :finished \ No newline at end of file -- cgit v1.2.3