aboutsummaryrefslogtreecommitdiff
path: root/bin/paz.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/paz.sh')
-rw-r--r--bin/paz.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/paz.sh b/bin/paz.sh
index e9b81bd7..32d2355f 100644
--- a/bin/paz.sh
+++ b/bin/paz.sh
@@ -1,3 +1,3 @@
-# Print arguments, terminated by null chars. Compare pa(1df).
+# Print arguments, terminated by null chars. Compare pa(1df).
[ "$#" -gt 0 ] || exit 0
printf '%s\0' "$@"