diff options
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ c_reset=$'\e[0m' function debug { typeset func line - if [[ ${#*} -ge 3 ]] { + if (( ${#*} >= 3 )) { func=$1 line=$2 shift 2 |