Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sourcing .bashrc from within a script #74

Open
esagara opened this issue Mar 27, 2018 · 1 comment
Open

sourcing .bashrc from within a script #74

esagara opened this issue Mar 27, 2018 · 1 comment
Assignees

Comments

@esagara
Copy link
Contributor

esagara commented Mar 27, 2018

The .bashrc has a few lines of code that prevent sourcing it from a script. These lines are located at the top of the file and need to be commented out as follows:

# If not running interactively, don't do anything
#case $- in
#    *i*) ;;
#      *) return;;
#esac
@mikejcorey
Copy link
Contributor

@meli-lewis did you run into any issues with this? Do we source .bashrc in the script?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants