Fix typo
This commit is contained in:
@@ -17,9 +17,9 @@ function isDebug() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function main() {
|
function main() {
|
||||||
local tmddir="`mktemp -d -t 'macos-system'`"
|
local tmpdir="`mktemp -d -t 'macos-system'`"
|
||||||
isDebug || trap "rm -fr -- '${tmpdir}'" EXIT
|
isDebug || trap "rm -fr -- '${tmpdir}'" EXIT
|
||||||
pushd -q "${tmddir}"
|
pushd -q "${tmpdir}"
|
||||||
cloneMacOSSystemRepo
|
cloneMacOSSystemRepo
|
||||||
cloneZSHLibRepo
|
cloneZSHLibRepo
|
||||||
./install.sh
|
./install.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user