aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2020-02-07 16:51:09 +0000
committerSteve Holme <steve_holme@hotmail.com>2020-02-07 21:51:36 +0000
commit511e0c197ad369ff9dae43d1fdcc65025627e636 (patch)
tree02741d005825c5e534f1e77f191d5aa8c304c315 /tests
parentfeba3f0549af546677ee2d924344234fd91b8f50 (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')
0 files changed, 0 insertions, 0 deletions