aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-06-19 19:55:58 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-06-19 19:55:58 +0200
commit26061fbd337fbcfb6255def88ef4f0573c090702 (patch)
tree8a9f6fa535e3e6d860ad4a0c79eedb0ecc90fc45
parent3c3f4b604d4cd1518a50b5b76e62b42e6803a6df (diff)
downloadman-pages-26061fbd337fbcfb6255def88ef4f0573c090702.tar.gz
Makefile: SHELL: Use a portable bash
Reported-by: Ahelenia ZiemiaƄska <nabijaczleweli@nabijaczleweli.xyz> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9beca11def..cb1466370f 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@
#
########################################################################
-SHELL := /bin/bash -Eeuo pipefail
+SHELL := /usr/bin/env bash -Eeuo pipefail
MAKEFLAGS += --no-print-directory