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

Change 'source' to '.' #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Change 'source' to '.' #7

wants to merge 1 commit into from

Conversation

ukch
Copy link

@ukch ukch commented Jan 9, 2016

In order to work with non-bash shell

In order to work with non-bash shell
@czerasz
Copy link

czerasz commented Jan 27, 2016

Does it work with zsh?
I think those lines would need to be adjusted as well.

@ukch
Copy link
Author

ukch commented Sep 27, 2016

From the bash documentation:

source is a synonym for dot/period '.' in bash, but not in POSIX sh, so for maximum compatibility use the period.

I don't know about zsh, but if it is POSIX-compliant, it should work. My primary purpose here was in supporting sh-like shells (bash or sh are the default on most servers).

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

Successfully merging this pull request may close these issues.

2 participants