From 9ad45ed63f9fa2fcd69acab1452466ccca4824e8 Mon Sep 17 00:00:00 2001 From: sroth Date: Fri, 9 May 2025 21:27:47 +0200 Subject: [PATCH] bash syntax fix --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 6dbe32a..78fe0de 100755 --- a/compile.sh +++ b/compile.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -if [ $VIRTUAL_ENV=="" ] +if [ "$VIRTUAL_ENV" == "" ] then source venv/bin/activate fi