We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6c1c2 commit ee13c48Copy full SHA for ee13c48
1 file changed
usr/libexec/helper-scripts/curl-prgrs
@@ -66,7 +66,7 @@ source /usr/libexec/helper-scripts/progress-bar
66
## scientific notation such as 1.23e10
67
## negative numbers such as -1
68
is_whole_number() {
69
- [[ $1 =~ ^[0-9]+$ ]]
+ [[ "$1" =~ ^[0-9]+$ ]]
70
}
71
72
initialize_terminal() {
0 commit comments