Skip to content

Fix $PATH so that `env` command can find xargo

Aaron Janse requested to merge aaronjanse/redox-nix:master into master

Before patch:

$ cd redox && make all
[ ... ]
env: ‘xargo’: No such file or directory

After patch:

$ env xargo
[ make gets much farther ]

Merge request reports