From e4b24259cc55b2b8a840b194b7df3c4ed99ba579 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 28 Dec 2013 20:05:06 -0400 Subject: [PATCH] Avoid using man -l, relying on both versions of man for linux working when a file is passed, with no switches. --- debian/changelog | 7 +++++++ mr | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 703997d..280cc6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +myrepos (1.20130827) UNRELEASED; urgency=medium + + * Avoid using man -l, relying on both versions of man for linux working + when a file is passed, with no switches. + + -- Joey Hess Sat, 28 Dec 2013 20:04:38 -0400 + myrepos (1.20130826) unstable; urgency=low * Update of manpage and Suggests field for 'mr grep'. diff --git a/mr b/mr index bdf0c3c..5025e6e 100755 --- a/mr +++ b/mr @@ -2089,7 +2089,7 @@ help = SHOWMANFILE="man" ;; *) - SHOWMANFILE="man -l" + SHOWMANFILE="man" ;; esac if [ ! -e "$MR_PATH" ]; then -- 2.39.2