diff options
author | Michael Taylor <[email protected]> | 2016-04-15 15:54:10 +1000 |
---|---|---|
committer | Tino Breddin <[email protected]> | 2019-02-08 10:00:24 +0100 |
commit | 7fa443af83c26663ad569dda99a0ce4925e17477 (patch) | |
tree | e58e7f04d63165f626142d47b808ea96baacd9c4 /README.md | |
parent | 8d947fcadb3770f51c4aae73bc4a55ea979bc640 (diff) | |
download | relx-7fa443af83c26663ad569dda99a0ce4925e17477.tar.gz relx-7fa443af83c26663ad569dda99a0ce4925e17477.tar.bz2 relx-7fa443af83c26663ad569dda99a0ce4925e17477.zip |
Fix renaming of .orig configuration files on Windows
Fix .orig rename commands in bin_windows
1. .orig was being prepended second argument rather than appended to the
first argument
2. Windows' ren command expects the second argument to be just a file
name (not contain drive or path components)
3. Tidy up appending of .orig, place inside double quotes rather than
outside of quotes.
This matches the usage a few lines later:
@if exist "%rel_dir%\%rel_name%.boot" (
Copy rename commands from bin_windows to extended_bin_windows.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions