forked from pool/cowsay
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
13 lines
359 B
Diff
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;
|