[l10n-russian CVS] l10n-checker up2date_package.sh,1.2,1.3

Yuri Kozlov yuray-guest at alioth.debian.org
Wed Jan 4 09:19:48 UTC 2006


Update of /cvsroot/l10n-russian/l10n-checker
In directory haydn:/tmp/cvs-serv13358

Modified Files:
	up2date_package.sh 
Log Message:


Index: up2date_package.sh
===================================================================
RCS file: /cvsroot/l10n-russian/l10n-checker/up2date_package.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- up2date_package.sh	4 Jan 2006 07:44:58 -0000	1.2
+++ up2date_package.sh	4 Jan 2006 09:19:46 -0000	1.3
@@ -76,11 +76,12 @@
       [ $? -ne 0 ] && e_cvs "Error occured while getting file ${L10N_CVSMODULE}/${L10N_CVSFILENAME}"
     else
       echo 'File not found/error. Try to commit'
-      res=`cp orig/${GET_ORIGINAL_FILENAME} cvs/${L10N_CVSFILENAME}`
-      # FIXME copy check
       res=`cvs -d ${L10N_CVSROOT} co -d cvs ${L10N_CVSMODULE}/${L10N_CREATED}`
       [ $? -ne 0 ] && e_cvs "Error occured while getting ${L10N_CREATED}. Broken CVS ??"
       
+      res=`cp orig/${GET_ORIGINAL_FILENAME} cvs/${L10N_CVSFILENAME}`
+      # FIXME copy check
+
       cd cvs
       res=`cvs add ${L10N_CVSFILENAME}`
       [ $? -ne 0 ] && e_cvs "Error occured while adding file ${L10N_CVSFILENAME} to CVS"




More information about the l10n-russian-cvs-commits mailing list