changeset 423:49fbe5b7f3ff

The source package batch did output a wrong path errror message git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@658 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Fri, 28 Mar 2008 10:50:45 +0000
parents 0b5250f53fe9
children a050870b60b6
files buildSrcRelease.bat
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/buildSrcRelease.bat	Fri Mar 28 10:48:46 2008 +0000
+++ b/buildSrcRelease.bat	Fri Mar 28 10:50:45 2008 +0000
@@ -115,7 +115,7 @@
 cd UniversalIndentGUI.xcodeproj
 FOR %%A IN ( project.pbxproj, qt_makeqmake.mak, qt_preprocess.mak ) DO (
     if not exist .\%%A (
-        echo File .\indenters\%%A not found!
+        echo File .\UniversalIndentGUI.xcodeproj\%%A not found!
         goto ERROR
     )
     copy .\%%A ..\%targetname%\UniversalIndentGUI.xcodeproj\ >NUL