public
Description: A bleeding-edge package manager.
Homepage: http://roastbeef.rubyforge.org
Clone URL: git://github.com/technomancy/roast-beef.git
need to gets from stdin for some reason
technomancy (author)
Fri Mar 14 22:30:49 -0700 2008
commit  e037b8ab227b99a687a87941288c2df97efa163c
tree    5ed687826ac6b700bccae73faeb35719783aee41
parent  24cb33465d33441a8a6147e406148e33fd35fbad
...
18
19
20
21
 
22
23
24
...
18
19
20
 
21
22
23
24
0
@@ -18,7 +18,7 @@ module RoastBeef
0
       # TODO: broken?
0
       puts("whoa hang on this package can not be automatically removed once it
0
 is installed. if you are all right with that press enter but otherwise you
0
-should do control-c to cancel.") || gets if unremovable?
0
+should do control-c to cancel.") || STDIN.gets if unremovable?
0
 
0
       # TODO: support custom configure flags
0
       system((["cd #{path}"] + @build).join(' && '))

Comments

    No one has commented yet.