Skip to content

Commit

Permalink
Fix shell check
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-steinegger committed Jan 5, 2025
1 parent 457f6b7 commit 8b3db4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/makepaddeddb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if [ "${CLUSEARCH_PAR}" = 0 ]; then
fi
else
if exists "${IN}_ss.dbtype"; then
# # shellcheck disable=SC2086
# shellcheck disable=SC2086
"$MMSEQS" lndb "${IN}_h" "${OUT}_tmp_ss_h" ${VERBOSITY} \
|| fail "lndb died"

Expand Down Expand Up @@ -183,4 +183,4 @@ fi

if [ -e "${OUT}.sh" ]; then
rm -f -- "${OUT}.sh"
fi
fi

0 comments on commit 8b3db4a

Please sign in to comment.