commit | a510d6b48b0346534d1e55eb3d3ef09765ec4a46 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Sun Jan 12 22:17:45 2014 +0100 |
committer | Roger Meier <roger@apache.org> | Sun Jan 12 22:17:45 2014 +0100 |
tree | 2c681a8a71bebad8465a316e02362c4c9beea651 | |
parent | d45b7db328d46e2d7813b0e815750e5ba155a34e [diff] |
THRIFT-2183 gem install fails on zsh Patch: Paul Brannan
diff --git a/lib/rb/Rakefile b/lib/rb/Rakefile index 132c635..f533d06 100644 --- a/lib/rb/Rakefile +++ b/lib/rb/Rakefile
@@ -93,7 +93,7 @@ desc 'Install the thrift gem' task :install => [:gem] do - unless sh 'gem', 'install', 'thrift-*.gem' + unless sh 'gem', 'install', Dir.glob('thrift-*.gem').last $stderr.puts "Failed to install thrift gem" break end