updated ruby_gem_install.sh

pull/2/head
Hari Sekhon 5 years ago
parent 0213214984
commit e6c3416a7a

@ -26,6 +26,10 @@ srcdir="$(dirname "$0")"
gem="${GEM:-gem}" gem="${GEM:-gem}"
opts="${GEM_OPTS:-}" opts="${GEM_OPTS:-}"
if type -P "$gem" &>/dev/null; then
gem="$(type -P "$gem")"
fi
usage(){ usage(){
echo "Installs Ruby Gems, taking in to account library paths" echo "Installs Ruby Gems, taking in to account library paths"
echo echo

Loading…
Cancel
Save