From 535603b8d82e349a010b2f5532198a04d8b9f14a Mon Sep 17 00:00:00 2001 From: Alexis Hovorka Date: Sat, 2 Jan 2021 19:16:31 -0700 Subject: [fix] Make a few little tweaks to keep Termux happy --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') 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 -- cgit v1.2.3-70-g09d2