Find the Ruby implementation when installed as a library.

This commit is contained in:
Renato Silva 2014-10-14 17:45:20 -03:00
parent 17d2030d48
commit 31d5a53d3a
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
##
## EasyOptions Bash Front End 2014.9.15
## EasyOptions Bash Front End 2014.10.14
## Copyright (c) 2014 Renato Silva
## GNU GPLv2 licensed
##
@ -23,4 +23,4 @@
## easyoptions.rb --help
##
eval "$(from="$0" easyoptions.rb "$@" || echo exit 1)"
eval "$(PATH="$PATH:/usr/lib/ruby/vendor_ruby" from="$0" easyoptions.rb "$@" || echo exit 1)"