mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-07 13:36:43 +01:00
m info
This commit is contained in:
parent
83fe553159
commit
bba147e0c9
1 changed files with 4 additions and 4 deletions
|
@ -303,10 +303,10 @@ are not running @command{ponysay} under TTY.
|
|||
@cindex replace cowsay
|
||||
If you want to use another program than @command{cowsay} (the first
|
||||
@command{cowsay} found in @code{$PATH}), you can export @code{PONYSAY_COWSAY}
|
||||
with the value of that program. If, and only if, @code{PONYSAY_COWSAY} does
|
||||
not have any value, @command{cowsay} is patch with @code{use utf8;} to the
|
||||
beginning. The @code{use utf8;} patch is introduced to make it easier to
|
||||
customise cowsay.
|
||||
with the value of that program. In earlier verions than version 2.0: If, and
|
||||
only if, @code{PONYSAY_COWSAY} does not have any value, @command{cowsay} is
|
||||
patch with @code{use utf8;} to the beginning. The @code{use utf8;} patch is
|
||||
introduced to make it easier to customise cowsay.
|
||||
|
||||
@code{PONYSAY_COWTHINK} will be used instead of @code{PONYSAY_COWSAY} if
|
||||
you run @command{ponythink}.
|
||||
|
|
Loading…
Reference in a new issue