]> Creatis software - crea.git/commitdiff
re indent
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 31 May 2011 11:55:05 +0000 (11:55 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 31 May 2011 11:55:05 +0000 (11:55 +0000)
appli/creaNewProject/creaNewProject.bat.in

index 1b31657c42d47519ffe9b84911bb748878428755..9a183d1b2cc7a095dd81f41f9197165d9aab32b1 100755 (executable)
@@ -15,10 +15,10 @@ set OUTPUT=%1
 set PROJECT=%2
 
 
-echo output =  %OUTPUT%
+echo output     =  %OUTPUT%
 rem echo bin    =  %BINPATH%
 rem echo input  =  %INPUT%
-echo project=  %PROJECT%
+echo project    =  %PROJECT%
 
 IF EXIST %OUTPUT%\%PROJECT% GOTO ERROR02