https://issues.dlang.org/show_bug.cgi?id=21059
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #3 from Dlang Bot <[email protected]> --- @veelo created dlang/installer pull request #463 "Fixes issue 21059: installer fails when piped on Posix." fixing this issue: - Fixes issue 21059. The assumption that $SHLVL increases when the script is run does not always hold. $SHLVL does not increase if the script is piped into bash, thereby failing to detect Posix. If the default terminal shell is not bash, $SHLVL might also be 1 on Posix. https://github.com/dlang/installer/pull/463 --
