[l10n-russian CVS] l10n-checker up2date_package.sh,1.4,1.5
Yuri Kozlov
yuray-guest at alioth.debian.org
Wed Jan 4 09:30:04 UTC 2006
Update of /cvsroot/l10n-russian/l10n-checker
In directory haydn:/tmp/cvs-serv14783
Modified Files:
up2date_package.sh
Log Message:
fix stupid typo
Index: up2date_package.sh
===================================================================
RCS file: /cvsroot/l10n-russian/l10n-checker/up2date_package.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- up2date_package.sh 4 Jan 2006 09:27:18 -0000 1.4
+++ up2date_package.sh 4 Jan 2006 09:30:01 -0000 1.5
@@ -70,9 +70,9 @@
mkdir cvs
#FIXME check result
echo 'Checking out file in the L10N-CVS'
- echo "cvs -d ${L10N_CVSROOT} rls ${L10N_CVSMODULE}"' 2>&1 |grep^'${L10N_CVSFILENAME}'$'
+ echo "cvs -d ${L10N_CVSROOT} rls ${L10N_CVSMODULE}"' 2>&1 |grep ^'${L10N_CVSFILENAME}'$'
res=`cvs -d ${L10N_CVSROOT} rls ${L10N_CVSMODULE} 2>&1 |grep ^${L10N_CVSFILENAME}$`
- if [ x${y} != 'x' ]; then
+ if [ x${res} != 'x' ]; then
res=`cvs -d ${L10N_CVSROOT} co -d cvs ${L10N_CVSMODULE}/${L10N_CVSFILENAME}`
[ $? -ne 0 ] && e_cvs "Error occured while getting file ${L10N_CVSMODULE}/${L10N_CVSFILENAME}"
else
More information about the l10n-russian-cvs-commits
mailing list