From 2679acf8a57e1971254312e0234a5ca05c1b29ae Mon Sep 17 00:00:00 2001 From: th33xitus Date: Tue, 15 Feb 2022 19:33:40 +0100 Subject: [PATCH] shellcheck: ignore SC2086 --- docker/start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/start.sh b/docker/start.sh index 916299c..27a1e99 100644 --- a/docker/start.sh +++ b/docker/start.sh @@ -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