Petr Štetiar c7aec47e5e build: replace which with Bash command built-in
`which` utility is not shipped by default for example on recent Arch
Linux and then any steps relying on its presence fails, like for example
following Python3 prereq build check:

 $ python3 --version
 Python 3.9.1

 $ make
 /bin/sh: line 1: which: command not found
 /bin/sh: line 1: which: command not found
 /bin/sh: line 1: which: command not found
 ...
 Checking 'python3'... failed.
 ...

Fix this by switching to Bash builtin `command` which should provide
same functionality.

Fixes: FS#3525
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2021-01-04 19:32:25 +01:00
..
2019-08-12 12:27:06 +02:00
2015-03-29 07:29:18 +00:00
2021-01-01 17:07:28 +01:00
2019-01-30 13:20:14 +01:00
2020-04-26 21:20:47 +02:00
2020-12-07 10:46:43 -10:00
2020-08-31 11:26:10 +01:00