1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2002-08-31 16:23:08 +00:00
parent 24272cc948
commit 08264fc838

View File

@@ -22,5 +22,11 @@ go cu; cd po; export xu=fu j=zh_TW
go cu; cd po; export xu=tu j=fr
go cu; cd po; export xu=su j=tr
go cu; cd po; export xu=fu j=ca
msgmerge -o k ../../$xu/po/$j.po $j.po && mv k $j.po
cvs ci -m 'merge from fileutils-4.1.7' $j.po
go cu; cd po; export xu=su j=sl
go cu; cd po; export xu=tu j=el
go cu; cd po; export xu=su j=da
k=$xu-$j
msgmerge -o $k ../../$xu/po/$j.po $j.po && mv $k $j.po
cvs ci -m 'merge from sh-utils-2.0.12' $j.po
cvs ci -m 'merge from sh-utils-2.0.15' $j.po