Move info message to right location
This commit is contained in:
committed by
T. R. Bernstein
parent
f905383ebe
commit
aa4becfaaf
@@ -138,11 +138,11 @@ function main() {
|
|||||||
pushd -q "${tmpdir}"
|
pushd -q "${tmpdir}"
|
||||||
print -l "Working directory is: ${tmpdir}"
|
print -l "Working directory is: ${tmpdir}"
|
||||||
|
|
||||||
|
print 'Ensure command line tools are available.'
|
||||||
ensureCommandLineTools
|
ensureCommandLineTools
|
||||||
ensureRepo 'macos-system' cloneMacOSSystemRepo || return
|
ensureRepo 'macos-system' cloneMacOSSystemRepo || return
|
||||||
ensureRepo 'zshlib' cloneZSHLibRepo || return
|
ensureRepo 'zshlib' cloneZSHLibRepo || return
|
||||||
ensureBinary 'docopts' ensureDocopts || return
|
ensureBinary 'docopts' ensureDocopts || return
|
||||||
print 'Ensure command line tools are available.'
|
|
||||||
|
|
||||||
print 'Will now run the installer.'
|
print 'Will now run the installer.'
|
||||||
local -A colors=() errColors=()
|
local -A colors=() errColors=()
|
||||||
|
|||||||
Reference in New Issue
Block a user