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