Index: stringmerge =================================================================== RCS file: /projects/pgadmin3/stringmerge,v retrieving revision 1.7 retrieving revision 1.8 diff -Lstringmerge -Lstringmerge -u -w -r1.7 -r1.8 --- stringmerge +++ stringmerge @@ -22,9 +22,9 @@ msgmerge --update pgadmin3.po ../../../pgadmin3.pot echo "Compiling pgadmin3.mo" msgfmt -o pgadmin3.mo pgadmin3.po - echo "Committing changes to CVS." - cvs commit -m "Automatic merge using stringmerge script." pgadmin3.po - cvs commit -m "Automatic merge using stringmerge script." pgadmin3.mo cd ../../.. done + cd src/ui/ + echo "Committing changes to CVS." + cvs commit -m "Automatic merge using stringmerge script." fi