From 772d828c30eb589d981035cd9f1e75c69a69cfbb Mon Sep 17 00:00:00 2001
From: Reiner Jung <reiner.jung@email.uni-kiel.de>
Date: Fri, 2 Jun 2023 23:25:09 +0200
Subject: [PATCH] Minor fixes.

---
 models/uvic/compute-statistics.sh  | 2 +-
 models/uvic/run-static-analysis.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/models/uvic/compute-statistics.sh b/models/uvic/compute-statistics.sh
index 7f79a3d..adb0581 100755
--- a/models/uvic/compute-statistics.sh
+++ b/models/uvic/compute-statistics.sh
@@ -109,7 +109,7 @@ export MVIS_OPTS="-Dlogback.configurationFile=${BASE_DIR}/logback.xml"
 information "Compute file level statistics"
 IFS=$'\n'
 for I in `cat $TEMPFILE` ; do
-	echo "${MVIS}" -i "$I" -o "$I" -s all -g dot-op dot-component -c allen num-of-calls op-coupling module-coupling -m add-nodes
+	"${MVIS}" -i "$I" -o "$I" -s all -g dot-op dot-component -c allen num-of-calls op-coupling module-coupling -m add-nodes
 done
 
 # end
diff --git a/models/uvic/run-static-analysis.sh b/models/uvic/run-static-analysis.sh
index a72c70e..aa0861f 100755
--- a/models/uvic/run-static-analysis.sh
+++ b/models/uvic/run-static-analysis.sh
@@ -69,7 +69,7 @@ case "$MODE" in
      checkFile "Dataflow caller callee" "${MODEL_DATA_PATH}/dataflow-cc.csv"
      ;;
 esac
-   
+
 # run
 information "Static architecture analysis - file based components"
 
-- 
GitLab