SHA256
1
0
forked from pool/cowsay
cowsay/one-eye.patch
Alexei Sorokin 87620f6c2f Accepting request 712077 from home:mcalabkova:branches:shells
At first: does there exist any cowsay upstream? I would propagate it to them.

- Add SUSE brand
  * chami.patch -- big chameleon picture named chameleon.cow
  * one-eye.patch -- helper patch to allow the chameleon to be dead

OBS-URL: https://build.opensuse.org/request/show/712077
OBS-URL: https://build.opensuse.org/package/show/shells/cowsay?expand=0&rev=7
2019-06-26 09:13:33 +00:00

13 lines
359 B
Diff

Index: cowsay-3.03/cowsay
===================================================================
--- cowsay-3.03.orig/cowsay
+++ cowsay-3.03/cowsay
@@ -66,6 +66,7 @@ $Text::Wrap::columns = $opts{'W'};
split("\n", fill("", "", @message)));
&construct_balloon;
&construct_face;
+$eye = substr($eyes,0,1);
&get_cow;
print @balloon_lines;
print $the_cow;