From b32831b930fc2ced363e704c8313cc2cb2d36bcd Mon Sep 17 00:00:00 2001
From: Elena.Budnik <ebudnik@irap.omp.eu>
Date: Thu, 1 Jun 2017 14:30:24 +0200
Subject: [PATCH] corr

---
 updateAmda | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/updateAmda b/updateAmda
index e478dbb..c213d38 100755
--- a/updateAmda
+++ b/updateAmda
@@ -46,7 +46,16 @@
 			#export SPASEUSER=XXXX
 			unset SYNCHRO 
 	fi 
-  
+	
+	if [ $CLEAN_NEWMETA ]
+		then 
+			echo "cleaning in NEWMETA.."
+			cleanNewMetaLight
+			echo "clean in NEWMETA LIGHT : done"
+			exit
+	fi
+	
+	
 	if [ $INSTALL ] 
 		then
 			echo "Installing...."
@@ -112,9 +121,7 @@
 			
 			echo "generate info for arguments : done"			
 	fi
-	
-	if [ $CLEAN_NEW_META ]; then cleanNewMetaLight; fi
-	
+		 	
 	if [ $REMOTE ] 
 		then
 			echo "making Remote"
--
libgit2 0.21.2