aboutsummaryrefslogtreecommitdiff
path: root/etc/sh/rc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--etc/sh/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 96e61ae..340ab62 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -438,7 +438,7 @@ f() {
}
idiff() {
- diff -U10 --color=always "$1" "$2" | less
+ diff -U10 --color=always "$1" "$2" | ifne less -R
}