Commit 1e9b4890 authored by zeke's avatar zeke

experiment

parent 2f499530
...@@ -23,7 +23,7 @@ if [ "$env_file" ]; then ...@@ -23,7 +23,7 @@ if [ "$env_file" ]; then
status "Here's your env_file:" status "Here's your env_file:"
status "$env_file" status "$env_file"
export $(egrep -v "^(PATH|foo)" $env_file) export $(egrep -v "^(PATH)" $env_file)
status "after:" status "after:"
env env
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment