Skip to content
Snippets Groups Projects
Commit 7fe7c626 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fix

goes with 5646e0ba
parent 5646e0ba
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,7 @@ for file in *.reference ; do ...@@ -145,7 +145,7 @@ for file in *.reference ; do
test -n "$out" && { test -n "$out" && {
echo FAILURE echo FAILURE
echo "Diff for ${file%.reference}:" echo "Diff for ${file%.reference}:"
diff "${file}" "$new.zfix" echo "$out"
} }
else else
echo FAILURE echo FAILURE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment