You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is that workaround still needed? i have no problems running rdmd inside cygwin with TEMP=/tmp (or unset) and all the paths printed by rdmd --dry-run are backslash-separated already
The text was updated successfully, but these errors were encountered:
System information
Bug Description
if the
TEMP
environment variable is missing or has an empty value, dub will error out withEnvironment variable not found
on startupHow to reproduce?
in command prompt:
set TEMP=
dub --help
Expected Behavior
should work the same as with
TEMP=.
or with the proper value (C:\Users\qemu\AppData\Local\Temp
)Logs
i'm getting this when running dub through cygwin sshd:
i think this is the place it's failing:
https://github.com/dlang/dub/blob/4906205/source/dub/commandline.d#L396 (added in 4609540)
is that workaround still needed? i have no problems running rdmd inside cygwin with
TEMP=/tmp
(or unset) and all the paths printed byrdmd --dry-run
are backslash-separated alreadyThe text was updated successfully, but these errors were encountered: