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
|
#!/bin/sh
|
||||||
export \
|
export \
|
||||||
LESSOPEN='| /usr/bin/src-hilite-lesspipe.sh %s' \
|
LESSOPEN='| /usr/bin/src-hilite-lesspipe.sh %s' \
|
||||||
LESS=-R
|
LESS="${LESS} -R"
|
||||||
less "$@"
|
exec less "$@"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue