diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-02 21:29:24 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-02 21:29:24 +0200 |
commit | f95180c8b5c50aa0a6a800f2c795d58d23bc1bc2 (patch) | |
tree | c45d02157f1a955ddf3e2fa39a3b517580263274 | |
parent | a3814c5afb568f3de79545b5ae146ee9b5f55a5d (diff) |
pkg: debug: use math expansion
-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 |