projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd60d23
)
chore(iterm2): shellcheck + shfmt
author
AJ ONeal
<aj@therootcompany.com>
Wed, 10 Nov 2021 10:24:21 +0000
(10:24 +0000)
committer
AJ ONeal
<aj@therootcompany.com>
Sun, 14 Nov 2021 08:18:56 +0000
(08:18 +0000)
iterm2/install.sh
patch
|
blob
|
history
diff --git
a/iterm2/install.sh
b/iterm2/install.sh
index 31d37948d13b2ab1afb8e9205b9c031172aff986..47c6bcf345b4b2ef3789dd16f0689e4e1354ea18 100644
(file)
--- a/
iterm2/install.sh
+++ b/
iterm2/install.sh
@@
-26,7
+26,7
@@
function _install_iterm2() {
fi
if [[ -d ~/Applications/iTerm.app ]]; then
- mv ~/Applications/iTerm.app
${WEBI_TMP}/iTerm.app-webi.bak
+ mv ~/Applications/iTerm.app
"${WEBI_TMP}/iTerm.app-webi.bak"
fi
mv "${WEBI_TMP}/iTerm.app" ~/Applications/
}