Skip to content

Instantly share code, notes, and snippets.

@semanticart
Forked from mariovisic/gist:1281432
Created October 14, 2011 00:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save semanticart/1285976 to your computer and use it in GitHub Desktop.
Save semanticart/1285976 to your computer and use it in GitHub Desktop.
ruby 1.9.3 working with ruby-debug
curl https://github.com/ruby/ruby/pull/47.patch >> /tmp/r193.patch && rvm install 1.9.3-preview1 --patch /tmp/r193.patch && rm /tmp/r193.patch
@semanticart
Copy link
Author

[2011-10-13 20:58:17] patch -F25 -p1 -f <"//tmp/r193.patch"
patching file configure.in
patching file configure.in
Hunk #1 FAILED at 493.
1 out of 1 hunk FAILED -- saving rejects to file configure.in.rej

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment