summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 91a6f3a..d96698e 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -27,7 +27,7 @@ c_reset=$'\e[0m'
function debug {
typeset func line
- if [[ ${#*} -ge 3 ]] {
+ if (( ${#*} >= 3 )) {
func=$1
line=$2
shift 2