aboutsummaryrefslogtreecommitdiffstats
path: root/mutator.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mutator.sh')
-rwxr-xr-xmutator.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutator.sh b/mutator.sh
index f83104e..74f653b 100755
--- a/mutator.sh
+++ b/mutator.sh
@@ -86,7 +86,7 @@ elif [[ "$COMMAND" == "misrac" ]]; then
echo "Removing previous XML report..."
"rm" ./test/misrareport.xml
echo "checking input file(s) against Misra-C 2004..."
- "./mutator-lvl0" $INPUT -- > ./test/misra-log
+ "./mutator-lvl0" $INPUT > ./test/misra-log
elif [[ "$COMMAND" == "default" ]]; then
echo "Building all target executables..."
"make" all