aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/p.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/p.sh b/bin/p.sh
index 5b59986e..fec69e95 100644
--- a/bin/p.sh
+++ b/bin/p.sh
@@ -1 +1,2 @@
-exec cat -- "${@:--}"
+# cat(1) as it always should have been
+cat -- "${@:--}"