mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-14 16:44:23 +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
|
@cindex replace cowsay
|
||||||
If you want to use another program than @command{cowsay} (the first
|
If you want to use another program than @command{cowsay} (the first
|
||||||
@command{cowsay} found in @code{$PATH}), you can export @code{PONYSAY_COWSAY}
|
@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
|
with the value of that program. In earlier verions than version 2.0: If, and
|
||||||
not have any value, @command{cowsay} is patch with @code{use utf8;} to the
|
only if, @code{PONYSAY_COWSAY} does not have any value, @command{cowsay} is
|
||||||
beginning. The @code{use utf8;} patch is introduced to make it easier to
|
patch with @code{use utf8;} to the beginning. The @code{use utf8;} patch is
|
||||||
customise cowsay.
|
introduced to make it easier to customise cowsay.
|
||||||
|
|
||||||
@code{PONYSAY_COWTHINK} will be used instead of @code{PONYSAY_COWSAY} if
|
@code{PONYSAY_COWTHINK} will be used instead of @code{PONYSAY_COWSAY} if
|
||||||
you run @command{ponythink}.
|
you run @command{ponythink}.
|
||||||
|
|
Loading…
Reference in a new issue