This repository has been archived by the owner on Feb 27, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add checkEnvironment call into cmdHellInit before printExport.
The same as cmdUp does: "Your environment variables are already set correctly." written to stderr in case no actions needed. This way env correctness can be checked by in script by: if [[ "$(boot2docker-cli shellinit 2>/dev/null)" == "" ]]; then # env is ok else # env isn't correct fi
- Loading branch information