summaryrefslogtreecommitdiffstats
path: root/testing/ruby-rake/ruby-rake.post-install
blob: ef4305d56bd374a2451275a91e48090448306359 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

_gembindir="$(ruby -rubygems -e'puts Gem.default_dir')/bin"

echo "*" >&2
echo "* If necessary, don't forget to add the Ruby Gems bin directory to PATH:" >&2
echo "*     $_gembindir" >&2
echo "*" >&2

exit 0