Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBM cow is broken #85

Open
daniel-swan opened this issue Apr 16, 2023 · 1 comment
Open

IBM cow is broken #85

daniel-swan opened this issue Apr 16, 2023 · 1 comment

Comments

@daniel-swan
Copy link

The space between the << and the EOC causes a problem with the IBM cow.
https://github.com/piuccio/cowsay/blob/master/cows/ibm.cow#L5

replace << EOC
with <<EOC

To reproduce error:

  1. open Git Bash (on windows)
  2. Install cowsay globally
  3. run cowsay -f ibm anyMessageYouWantReally
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@daniel-swan and others