%~dp0
is wrong in SHELL \"script\"
(correct in SHELL script
)
#309
Labels
bug
Something isn't working
%~dp0
is wrong in SHELL \"script\"
(correct in SHELL script
)
#309
Make sure you completed the following tasks
Environment and version details
Brief problem description
Steps to reproduce the issue
C:\correct\asd.bat
C:\wrong\jamroot
Execute following:
Actual behavior summary
%~dp0
points to current working directory.Expected behavior summary
%~dp0
points to the bat self path.That doesn't happen for python scripts though
C:\correct\qwe.py
C:\wrong\jamroot
Execute following:
The text was updated successfully, but these errors were encountered: