From 301ceffbfeecfbdb60f95dcc06a6325db8d3dc85 Mon Sep 17 00:00:00 2001 From: MatteoPologruto Date: Tue, 5 Mar 2024 10:55:59 +0100 Subject: [PATCH] Improve install.sh error message when the CLI binary is not found --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c8203049a85..2f74a65295e 100755 --- a/install.sh +++ b/install.sh @@ -220,7 +220,7 @@ testVersion() { else # $PATH is intentionally a literal in this message. # shellcheck disable=SC2016 - echo "$PROJECT_NAME not found. You might want to add \"$EFFECTIVE_BINDIR\" to your "'$PATH' + echo "install.sh: $PROJECT_NAME not found. You might want to add \"$EFFECTIVE_BINDIR\" to your "'$PATH' fi set -e