Skip to content

Commit 7e75260

Browse files
authored
fool shellcheck
1 parent 30f2915 commit 7e75260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Linux/install_bins_curl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ INSTALL_DIR_SIZE_PRE="$(du -sh ${INSTALL_DIR} | cut -f1)" && export INSTALL_DIR_
213213
eval "${INSTALL_PRE}" "${INSTALL_SRC}/rsync" -o "${INSTALL_DIR}/rsync" && eval "${INSTALL_POST}" "${INSTALL_DIR}/rsync" "${INSTALL_STRATEGY}"
214214
#script
215215
eval "${INSTALL_PRE}" "${INSTALL_SRC}/script" -o "${INSTALL_DIR}/script" && eval "${INSTALL_POST}" "${INSTALL_DIR}/script" "${INSTALL_STRATEGY}"
216-
#shellcheck
216+
#[shellcheck]
217217
eval "${INSTALL_PRE}" "${INSTALL_SRC}/shellcheck" -o "${INSTALL_DIR}/shellcheck" && eval "${INSTALL_POST}" "${INSTALL_DIR}/shellcheck" "${INSTALL_STRATEGY}"
218218
#soar
219219
eval "${INSTALL_PRE}" "${INSTALL_SRC}/soar" -o "${INSTALL_DIR}/soar" && eval "${INSTALL_POST}" "${INSTALL_DIR}/soar" "${INSTALL_STRATEGY}"

0 commit comments

Comments
 (0)