From 961a5b356579cf9201e917992afaf93a20252dc6 Mon Sep 17 00:00:00 2001 From: dwahler Date: Thu, 30 Jun 2022 15:42:31 +0000 Subject: [PATCH] Clarify wording of `install.sh --dry-run` output --- install.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/install.sh b/install.sh index e131ad40e33a0..4c74a7ee501f6 100755 --- a/install.sh +++ b/install.sh @@ -84,6 +84,11 @@ echo_latest_version() { } echo_standalone_postinstall() { + if [ "${DRY_RUN-}" ]; then + echo_dryrun_postinstall + return + fi + cath <