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;
3
3
#
4
4
# Package that provides 'make install' functionality for msvc builds
5
5
#
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 $
7
7
#
8
8
use strict;
9
9
use warnings;
@@ -476,7 +476,7 @@ sub GenerateNLSFiles
476
476
477
477
EnsureDirectories($target , " share/locale/$lang " , " share/locale/$lang /LC_MESSAGES" );
478
478
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\" $_ "
480
480
)
481
481
&& croak(" Could not run msgfmt on $dir \\ $_ " );
482
482
print " ." ;
You can’t perform that action at this time.
0 commit comments