From 145cff9aec8b6bf2c868cb3b8d7c609f5cefcd98 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Tue, 26 Sep 2023 14:23:06 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20:=20l=C3=A9g=C3=A8re=20r=C3=A9-?= =?UTF-8?q?=C3=A9criture=20de=20coles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/coless | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/coless b/bin/coless index 2b51b6a..be763b9 100755 --- a/bin/coless +++ b/bin/coless @@ -1,6 +1,6 @@ #!/bin/sh export \ LESSOPEN='| /usr/bin/src-hilite-lesspipe.sh %s' \ - LESS=-R -less "$@" + LESS="${LESS} -R" +exec less "$@"