[Reproducible-commits] [misc] 02/03: reports: history: have colours work through less(1)

Ximin Luo infinity0 at debian.org
Mon Aug 8 21:14:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository misc.

commit 7bc72025737118cfb52006326bbfedbd485ecfce
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Aug 8 23:13:06 2016 +0200

    reports: history: have colours work through less(1)
---
 reports/bin/history | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reports/bin/history b/reports/bin/history
index 350d90f..b561cac 100755
--- a/reports/bin/history
+++ b/reports/bin/history
@@ -91,7 +91,7 @@ if [ ! -z "$RESULT" ] ; then echo "$RESULT" ; else echo "$PACKAGE has not been b
 }
 
 if $less; then
-    main | less +G
+    main | less -R +G
 else
     main
 fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list