diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-14 22:55:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-14 22:55:12 +0000 |
commit | c7cff78dfc4f95b42205aa24fb404ef32793c6dc (patch) | |
tree | 952b3182ee60a36dcf358a56bc86ad8aeff5e383 /misc/lesspipe/files/pkg-message.in | |
parent | - Update to 5.0.0g (diff) |
- Update to 1.55
- Remove whitespace in pkg-message.in
PR: 126511
Submitted by: Slaven Rezic <slaven@rezic.de> (maintainer)
Diffstat (limited to '')
-rw-r--r-- | misc/lesspipe/files/pkg-message.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/lesspipe/files/pkg-message.in b/misc/lesspipe/files/pkg-message.in index 7d31ac813eda..3b9613cb03b4 100644 --- a/misc/lesspipe/files/pkg-message.in +++ b/misc/lesspipe/files/pkg-message.in @@ -1,7 +1,7 @@ To use lesspipe.sh, type in the following commands -LESSOPEN="|%%PREFIX%%/bin/lesspipe.sh %s"; export LESSOPEN (sh, bash, ksh, zsh) +LESSOPEN="|%%PREFIX%%/bin/lesspipe.sh %s"; export LESSOPEN (sh, bash, ksh, zsh) -setenv LESSOPEN "|%%PREFIX%%/bin/lesspipe.sh %s" (csh, tcsh) +setenv LESSOPEN "|%%PREFIX%%/bin/lesspipe.sh %s" (csh, tcsh) or put these commands in your shell's startup file (e.g. .cshrc or .bashrc). |