Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed3b2e6

Browse files
committed
Have BCC echo output "" using "", rather than \"\" as earlier reported.
Backpatch to 8.1.X.
1 parent 491a8c2 commit ed3b2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/libpq/bcc32.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ config: ..\..\include\pg_config.h pg_config_paths.h
141141

142142
# Have to use \# so # isn't treated as a comment, but MSVC doesn't like this
143143
pg_config_paths.h: bcc32.mak
144-
echo \#define SYSCONFDIR \"\" > pg_config_paths.h
144+
echo \#define SYSCONFDIR "" > pg_config_paths.h
145145

146146
"$(OUTDIR)" :
147147
@if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

0 commit comments

Comments
 (0)