Add current directory to search path of the Bash front end.

This commit is contained in:
Renato Silva 2014-12-01 21:11:44 -02:00
parent f50b37f6fb
commit b451dcecb4
1 changed files with 2 additions and 2 deletions

View File

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