Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Ignore files that don't match ??_??
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.pgadmin.org/trunk@3568 a7884b65-44f6-0310-8a51-81a127f17b15
  • Loading branch information
dpage committed Aug 12, 2004
1 parent 0cf6adb commit a5c9d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stringmerge
Expand Up @@ -13,7 +13,7 @@

if test -f pgadmin3.pot; then

for GETTEXTDIR in src/ui/*_* ; do
for GETTEXTDIR in src/ui/??_?? ; do
echo "Entering $GETTEXTDIR."
cd $GETTEXTDIR
echo "Updating from CVS."
Expand Down

0 comments on commit a5c9d3f

Please sign in to comment.