diff --git a/models/uvic/compute-statistics.sh b/models/uvic/compute-statistics.sh index 7f79a3dad8a7eb6d714262e8c40b612dae8d8d07..adb0581efce8db4037b4aef7dec3ba6cd7a8aae8 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 a72c70e18d6aef195b45e3902c8563a5645dfd6a..aa0861f0089dd3bf12de9de25f067635e816e1bf 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"