]> git.ipfire.org Git - thirdparty/man-pages.git/commit
GNUmakefile: Simplify the $SHELL
authorAlejandro Colomar <alx@kernel.org>
Mon, 15 Apr 2024 23:16:08 +0000 (01:16 +0200)
committerAlejandro Colomar <alx@kernel.org>
Tue, 16 Apr 2024 14:26:02 +0000 (16:26 +0200)
commitfee8e186e3878c6e9827233efde90bc115801aa3
treeec00d7d5cb9479fa58aab6d2cf68603e8f6cb2b9
parent9524f0f63badd896ccf6da7d79511100d86c4721
GNUmakefile: Simplify the $SHELL

nixpkgs does not provide /usr/bin/env, so they had to work around it by
specifying just env.  Since make(1) accepts program names instead of
paths, we can as well use bash directly, which is simpler.

Link: <https://github.com/NixOS/nixpkgs/pull/300797>
Reported-by: Sergei Trofimovich <slyich@gmail.com>
Cc: Mario Rodas <https://github.com/marsam>
Cc: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
GNUmakefile