aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAlexis Hovorka <[email protected]>2021-01-02 19:16:31 -0700
committerAlexis Hovorka <[email protected]>2021-01-02 19:16:31 -0700
commit535603b8d82e349a010b2f5532198a04d8b9f14a (patch)
tree497953c51e80c074a6d28e3a147c8f9a40d108b0 /install
parentadacf312afaaf1d028d7004b2be347ebe570ce7f (diff)
[fix] Make a few little tweaks to keep Termux happy
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 0c9e990..d1c4388 100755
--- a/install
+++ b/install
@@ -14,7 +14,7 @@ git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive
git submodule update --init --recursive "${DOTBOT_DIR}"
for conf in ${DEFAULT_CONFIG_PREFIX} ${@}; do
- "${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${conf}${CONFIG_SUFFIX}"
+ bash "${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${conf}${CONFIG_SUFFIX}"
done
echo ${@} > .dot.args