From aa4becfaafb515ddbdab1d5978ec0b477f441952 Mon Sep 17 00:00:00 2001 From: "T. R. Bernstein" <137705289+trbernstein@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:44:00 +0200 Subject: [PATCH] Move info message to right location --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 1310ab3..42b2002 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -138,11 +138,11 @@ function main() { pushd -q "${tmpdir}" print -l "Working directory is: ${tmpdir}" + print 'Ensure command line tools are available.' ensureCommandLineTools ensureRepo 'macos-system' cloneMacOSSystemRepo || return ensureRepo 'zshlib' cloneZSHLibRepo || return ensureBinary 'docopts' ensureDocopts || return - print 'Ensure command line tools are available.' print 'Will now run the installer.' local -A colors=() errColors=()