summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorIvan Trubach <mr.trubach@icloud.com>2024-01-09 10:29:38 +0300
committerIvan Trubach <mr.trubach@icloud.com>2024-05-20 03:02:23 +0300
commit7877140075610ffde57bc215a7e2302798620630 (patch)
tree71649e261f448eec5a743c8a80a0b14acdba6837 /pkgs/development/python-modules/rangehttpserver
parent454d208c022ea7b3fe9007dafaf3a617f74fcd44 (diff)
buildDotnetModule: do not run dotnet command using env
There should be no reason to use env here: 1. In places where it is used to run dotnet with environment variables, the same can be done with shell syntax. For example, `env "FOO=$bar" baz` is equivalent to `FOO="$bar" baz`. 2. Otherwise, it just unnecessarily forces PATH lookup for dotnet command. In addition to that, some dotnet invocations did not use env.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions