Skip to content

Commit ee13c48

Browse files
committed
quotes
1 parent cc6c1c2 commit ee13c48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

usr/libexec/helper-scripts/curl-prgrs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ source /usr/libexec/helper-scripts/progress-bar
6666
## scientific notation such as 1.23e10
6767
## negative numbers such as -1
6868
is_whole_number() {
69-
[[ $1 =~ ^[0-9]+$ ]]
69+
[[ "$1" =~ ^[0-9]+$ ]]
7070
}
7171

7272
initialize_terminal() {

0 commit comments

Comments
 (0)