From b70d93d73af2b123335b4c49fc46f6735a38921c Mon Sep 17 00:00:00 2001 From: Rezart Qelibari Date: Sun, 23 Jan 2022 18:35:33 +0100 Subject: [PATCH] Fix typo --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 5785c32..b4280e9 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -17,9 +17,9 @@ function isDebug() { } function main() { - local tmddir="`mktemp -d -t 'macos-system'`" + local tmpdir="`mktemp -d -t 'macos-system'`" isDebug || trap "rm -fr -- '${tmpdir}'" EXIT - pushd -q "${tmddir}" + pushd -q "${tmpdir}" cloneMacOSSystemRepo cloneZSHLibRepo ./install.sh