File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package Install;
33#
44# Package that provides 'make install' functionality for msvc builds
55#
6- # $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.27 2008/02/07 13:49:00 mha Exp $
6+ # $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.28 2008/02/07 17:58:16 mha Exp $
77#
88use strict;
99use warnings;
@@ -476,7 +476,7 @@ sub GenerateNLSFiles
476476
477477 EnsureDirectories($target , " share/locale/$lang " , " share/locale/$lang /LC_MESSAGES" );
478478 system (
479- " $nlspath \\ bin\\ msgfmt -o $target \\ share\\ locale\\ $lang \\ LC_MESSAGES\\ $prgm .mo $_ "
479+ " \" $nlspath \\ bin\\ msgfmt\" -o \" $target \\ share\\ locale\\ $lang \\ LC_MESSAGES\\ $prgm .mo\" $_ "
480480 )
481481 && croak(" Could not run msgfmt on $dir \\ $_ " );
482482 print " ." ;
You can’t perform that action at this time.
0 commit comments