Merge pull request #1365 from felippeb/add_macosx

really fixing this time
This commit is contained in:
Felippe Burk 2019-08-28 17:15:18 -06:00 committed by GitHub
commit 16adea3af8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6719,7 +6719,7 @@ install_macosx_stable_post() {
fi
# shellcheck disable=SC1091
source /etc/profile
. /etc/profile
return 0
}