From b646c6b9f42a63a54c2dc1c29519533aafb28b00 Mon Sep 17 00:00:00 2001
From: stedif <stefano.difrischia@inaf.it>
Date: Mon, 11 Oct 2021 13:16:03 +0200
Subject: [PATCH] L2SS-409: fix shellcheck run_integration_test.sh

---
 sbin/run_integration_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/run_integration_test.sh b/sbin/run_integration_test.sh
index 9d9ec12ae..9bcbe6745 100755
--- a/sbin/run_integration_test.sh
+++ b/sbin/run_integration_test.sh
@@ -1,6 +1,6 @@
 #!/bin/bash -e
 
-if [ -z "$LOFA20_DIR"]; then
+if [ -z "$LOFA20_DIR" ]; then
     # We assume we aren't in the PATH, so we can derive our path.
     # We need our parent directory.
     LOFAR20_DIR_RELATIVE=`dirname "$0"`/..
-- 
GitLab