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.
2 parents b93ad29 + 71c5d3d commit dd5be96Copy full SHA for dd5be96
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2019 Korotkiy Pavel
+Copyright (c) 2019 Pavel Korotkiy
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
range.sh
@@ -227,7 +227,7 @@ function parse_into_regex() {
227
228
if [ $a -eq ${prev_m} ]; then
229
if [ "${repeat}" -gt 0 ]; then
230
- local repeat_p=$(( "${repeat} + 1" ))
+ local repeat_p=$(( ${repeat} + 1 ))
231
reg+="{${repeat_p}}"
232
else
233
reg+="[${from}-${to}]"
0 commit comments