Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d45b7db
)
THRIFT-2183 gem install fails on zsh
author
Roger Meier
<roger@apache.org>
Sun, 12 Jan 2014 21:17:45 +0000
(22:17 +0100)
committer
Roger Meier
<roger@apache.org>
Sun, 12 Jan 2014 21:17:45 +0000
(22:17 +0100)
Patch: Paul Brannan
lib/rb/Rakefile
patch
|
blob
|
history
diff --git
a/lib/rb/Rakefile
b/lib/rb/Rakefile
index
132c635
..
f533d06
100644
(file)
--- a/
lib/rb/Rakefile
+++ b/
lib/rb/Rakefile
@@
-93,7
+93,7
@@
end
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