We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f4ce3 commit 805345aCopy full SHA for 805345a
1 file changed
buildinfo
@@ -34,7 +34,7 @@ function parse_line () {
34
35
case "${key}" in
36
"format")
37
- if [[ ${format} -ne ${val} ]]; then
+ if [[ ${val} -ne 1 && ${val} -ne 2 ]]; then
38
echo "incompatible format (want ${format}, got ${val})" >&2
39
exit 1
40
fi
0 commit comments