Small fixes

This commit is contained in:
Patrick Van der Veken
2020-03-25 13:33:29 +01:00
parent 4b45ed81ed
commit 302f8e79aa
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -625,7 +625,7 @@ function data_expand_numerical_range
{
(( ARG_DEBUG > 0 && ARG_DEBUG_LEVEL > 0 )) && set "${DEBUG_OPTS}"
typeset _NUM_LIST=""
typeset _HAS_LEAD_ZERO=${2:0}
typeset _HAS_LEAD_ZERO=${2:-0}
case "${1}" in
*-*)