From f630edba2261bca48f667f3e2eb972f9b4a5f688 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Wed, 16 Nov 2022 05:17:57 -0800 Subject: [PATCH] install.sh: Output MANPATH with trailing colon Bizarre requirement to extend the system MANPATH. --- ci/release/_install.sh | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/release/_install.sh b/ci/release/_install.sh index 7afd53f1e..7406eca3f 100755 --- a/ci/release/_install.sh +++ b/ci/release/_install.sh @@ -194,7 +194,7 @@ EOF if ! manpath | grep -qF "$PREFIX/share/man"; then logcat >&2 <&2 <