Merge pull request #1134 from jordansissel/add-env-command

Add 'env' command
This commit is contained in:
Jordan Sissel 2014-02-27 15:55:13 -08:00
commit fd0073dfef

View file

@ -29,6 +29,7 @@ export HOME SINCEDB_DIR
case $1 in
deps) install_deps ;;
env) env "$@" ;;
-*)
# is the first argument a flag? If so, assume 'agent'
program="$basedir/lib/logstash/runner.rb"