Skip to content
Snippets Groups Projects
Commit 6525b42b authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add make_native_path() because Win32 COPY is an internal CMD.EXE command

and doesn't process forward slashes in the same way as external
commands.  Quoting the first argument to COPY does not convert forward
to backward slashes, but COPY does properly process quoted forward
slashes in the second argument.

Win32 COPY works with quoted forward slashes in the first argument only if the
current directory is the same as the directory of the first argument.
parent e48322a6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment