diff options
author | Steve Holme <steve_holme@hotmail.com> | 2020-02-07 16:51:09 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2020-02-07 21:51:36 +0000 |
commit | 511e0c197ad369ff9dae43d1fdcc65025627e636 (patch) | |
tree | 02741d005825c5e534f1e77f191d5aa8c304c315 /tests/data/test207 | |
parent | feba3f0549af546677ee2d924344234fd91b8f50 (diff) |
checksrc.bat: Fix not being able to run script from the main curl directory
If the script was ran from the main curl directory rather then the
projects directory then the script would simply exit without error:
C:\url> projects\checksrc.bat
The user would either need to change to the projects directory,
explicitly specify the current working directory, or perform a
oneline hacky workaround:
C:\url> cd projects
C:\url\projects> checksrc.bat
C:\url> checksrc.bat %cd%
C:\url> pushd projects & checksrc.bat & popd
Closes #4894
Diffstat (limited to 'tests/data/test207')
0 files changed, 0 insertions, 0 deletions