diff -r 2d00ea4972d7 -r 7cdcf131699d lib/Tools/setup --- a/lib/Tools/setup Sat Mar 27 22:48:15 2021 +0100 +++ b/lib/Tools/setup Sat Mar 27 22:48:59 2021 +0100 @@ -139,7 +139,7 @@ "${HG:-hg}" -R "$ISABELLE_HOME" log -r "$REV" if [ ! -f "$ISABELLE_HOME/lib/Tools/setup" ]; then echo >&2 "### The isabelle setup tool has disappeared in this version" - echo >&2 "### (need to invoke "${HG:-hg} update" before using it again)" + echo >&2 "### (need to invoke \"${HG:-hg} update\" before using it again)" fi ' fi