aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pit2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pit b/bin/pit
index f91be680..d7ebd4c5 100755
--- a/bin/pit
+++ b/bin/pit
@@ -2,7 +2,7 @@
# If no arguments, we'll use stdin
if [ "$#" -eq 0 ] ; then
- set /dev/stdin
+ set -- -
fi
# If output seems to be to a terminal, try to run input through a pager of some