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 bd322c7 commit 5c070d5Copy full SHA for 5c070d5
scripts/build_go_slim.sh
@@ -56,7 +56,7 @@ dependencies go
56
if [[ $compress != 0 ]]; then
57
dependencies tar zstd
58
59
- if [[ $compress != [0-9]* ]] || ((compress > 22)) || ((compress < 1)); then
+ if [[ $compress != [0-9]* ]] || [[ $compress -gt 22 ]] || [[ $compress -lt 1 ]]; then
60
error "Invalid value for compress, must in in the range of [1, 22]"
61
fi
62
0 commit comments