Fix if statement to v2

This commit is contained in:
mmcwilliams 2020-05-29 10:27:39 -04:00
parent 0a57c89f2f
commit 49e855042e
1 changed files with 1 additions and 1 deletions

View File

@ -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}\");"