shellcheck: ignore SC2086

This commit is contained in:
th33xitus 2022-02-15 19:33:40 +01:00
parent 3831b3fce8
commit 2679acf8a5
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ setup_simulavr(){
build_simulavr(){
file="${HOME}/simulavr/build/pysimulavr/_pysimulavr.*.so"
# shellcheck disable=SC2086
[ "$(ls $file 2> /dev/null)" ] && return
echo "##### Building Simulavr ..."
cd ~/simulavr || exit 1