diff options
| author | Xin LI <delphij@FreeBSD.org> | 2012-12-17 06:35:15 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2012-12-17 06:35:15 +0000 |
| commit | ad87b85f5d464a0589f717f9b45ca6649868623e (patch) | |
| tree | 9386948e332c416a49334e92cf248841573200e6 /usr.bin/less | |
| parent | bce15ecf2972a57b39a2d1c820217b8134846441 (diff) | |
Notes
Diffstat (limited to 'usr.bin/less')
| -rw-r--r-- | usr.bin/less/zless.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/less/zless.sh b/usr.bin/less/zless.sh index b947b819f2c0..f2e035c2d7e2 100644 --- a/usr.bin/less/zless.sh +++ b/usr.bin/less/zless.sh @@ -3,5 +3,5 @@ # $FreeBSD$ # -export LESSOPEN="|/usr/bin/lesspipe.sh %s" +export LESSOPEN="||/usr/bin/lesspipe.sh %s" exec /usr/bin/less "$@" |
