scripts/env: Fix 56f813674a scripts/env: use command -v instead of which
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Sun, 12 Jul 2020 12:25:39 +0000 (13:25 +0100)
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Sun, 12 Jul 2020 12:29:28 +0000 (13:29 +0100)
commit8242c6de29951fbb549355770cd685ffe3ac9c54
treec524e9a3c7d75b9edbd9f4e7205cf12bba7eef36
parent28893f5878a2afbfe91b5dd6027488d35bf43ed1
scripts/env: Fix 56f813674a scripts/env: use command -v instead of which

We don't need to see how git will be executed and it produces non silent
output on 'scripts/env diff' commands when there are no differences
unlike before.

Re-introduce original silent behaviour.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
scripts/env