aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d')
-rw-r--r--bash/bashrc.d/ca.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/ca.bash b/bash/bashrc.d/ca.bash
index 355913c3..11e15c1b 100644
--- a/bash/bashrc.d/ca.bash
+++ b/bash/bashrc.d/ca.bash
@@ -1,5 +1,5 @@
# Count arguments
ca() {
- printf '%s\n' "$#"
+ printf '%d\n' "$#"
}