summaryrefslogtreecommitdiff
path: root/evaluator.sh
diff options
context:
space:
mode:
authorFeideus <erwan.ulrich@gmail.com>2018-05-17 18:29:31 +0200
committerFeideus <erwan.ulrich@gmail.com>2018-05-17 18:29:31 +0200
commitc51501b5da55485ade1ae6824450ef075cebfb78 (patch)
treeaae0762af0902f4042d151e3fc423910b7287987 /evaluator.sh
parent5bdb7807fef6051c735b105faafaccb8fcfd16db (diff)
downloadschemafuzz-c51501b5da55485ade1ae6824450ef075cebfb78.tar.gz
schemafuzz-c51501b5da55485ade1ae6824450ef075cebfb78.tar.bz2
schemafuzz-c51501b5da55485ade1ae6824450ef075cebfb78.zip
Fixed choosing patern. Need to cut undo Array in order to inject second half
Diffstat (limited to 'evaluator.sh')
-rw-r--r--evaluator.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/evaluator.sh b/evaluator.sh
index 07929b1..c7f17a2 100644
--- a/evaluator.sh
+++ b/evaluator.sh
@@ -7,7 +7,7 @@ RESULT=$( echo $RESULT | cut -d "-" -f 2 )
RESULT=$( echo $RESULT | cut -d "(" -f1 )
IFS=' | ' read -ra array <<< "$RESULT"
-SCORE=0
+SCORE=1
if [ "${array[1]}" = "Moy" ]
then