[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Debian JP master SVN www commits (rev.948)
=======================================================
Repository: /org/svn.debian.or.jp/repos
Revision: 948
Commiter: kmuto
Date: 2009-10-15 12:54:51 +0900 (木, 15 10月 2009)
=======================================================
Log:
fix a typo
=======================================================
Changed:
U webwml-sync/trunk/webwml-patch-commit
Modified: webwml-sync/trunk/webwml-patch-commit
===================================================================
--- webwml-sync/trunk/webwml-patch-commit 2009-10-15 01:18:13 UTC (rev 947)
+++ webwml-sync/trunk/webwml-patch-commit 2009-10-15 03:54:51 UTC (rev 948)
@@ -60,8 +60,6 @@
addfiles=$( cd $gitdir && git-whatchanged -1 --pretty=format:"" $sha1 | grep "$targetlang/" | awk '{if ($5 == "A") print $6}' | xargs )
rmfiles=$( cd $gitdir && git-whatchanged -1 --pretty=format:"" $sha1 | grep "$targetlang/" | awk '{if ($5 == "D") print $6}' | xargs )
- cd $targetlang # fool proof
-
if [ "$addfiles" ]; then
eval cvs add $addfiles
fi
@@ -69,6 +67,8 @@
eval cvs remove $rmfiles
fi
+ cd $targetlang # fool proof
+
cvs commit -m "$logmsg"
mv $patchesdir/$pf $patcheddir/$patchedprefix$pf