From 49e855042e4bd190277779f23882c2c8a024bb67 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 29 May 2020 10:27:39 -0400 Subject: [PATCH] Fix if statement to v2 --- scripts/v2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/v2.sh b/scripts/v2.sh index 3a4e1a1..a844cc0 100644 --- a/scripts/v2.sh +++ b/scripts/v2.sh @@ -47,7 +47,7 @@ do echo "Rendering image of ${stl}..." - if [ "${FILE}" -eq "spiral"]; then + if [[ "${FILE}" == "spiral" ]]; then tmp=`mktemp` fullPath=`realpath "${stl}"` data="import(\"${fullPath}\");"