I welcome less janky solution to this.

This commit is contained in:
AnturK
2020-06-24 10:52:59 +02:00
parent d136f428be
commit 6a39fa36c4
+1 -1
View File
@@ -66,7 +66,7 @@ do
echo "found invalid file reference to $filename in _maps/$json"
st=1
fi
done < <(jq -r '.map_file' $json)
done < <(jq -r '[.map_file] | flatten | .[]' $json)
done
exit $st