Correction : légère ré-écriture de coles

This commit is contained in:
Hippolyte Chauvin 2023-09-26 14:23:06 +02:00
parent 33a30123ce
commit 145cff9aec

View file

@ -1,6 +1,6 @@
#!/bin/sh
export \
LESSOPEN='| /usr/bin/src-hilite-lesspipe.sh %s' \
LESS=-R
less "$@"
LESS="${LESS} -R"
exec less "$@"