Correction : légère ré-écriture de coles
This commit is contained in:
parent
33a30123ce
commit
145cff9aec
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
export \
|
||||
LESSOPEN='| /usr/bin/src-hilite-lesspipe.sh %s' \
|
||||
LESS=-R
|
||||
less "$@"
|
||||
LESS="${LESS} -R"
|
||||
exec less "$@"
|
||||
|
||||
|
|
Loading…
Reference in a new issue