diff options
| author | Markus Reiter | 2017-11-28 22:16:45 +0100 |
|---|---|---|
| committer | GitHub | 2017-11-28 22:16:45 +0100 |
| commit | c8ef8ceadcaaa4c933b58c00c12bac53cd1b27f8 (patch) | |
| tree | 875805862a0ee4f9b6258aa137561a1e1b4be046 | |
| parent | 63408a10ff677909f4397c5c94cfa1f2007c0826 (diff) | |
| parent | f7066bae2747b46735ca69e126027ff24b4051c3 (diff) | |
| download | brew-c8ef8ceadcaaa4c933b58c00c12bac53cd1b27f8.tar.bz2 | |
Merge pull request #3496 from reitermarkus/fix-shell-detection
Fix `Utils::Shell.parent`.
| -rwxr-xr-x | bin/brew | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ then FILTERED_ENV+=( "${VAR}=${!VAR}" ) done - /usr/bin/env -i "${FILTERED_ENV[@]}" /bin/bash "$HOMEBREW_LIBRARY/Homebrew/brew.sh" "$@" + exec /usr/bin/env -i "${FILTERED_ENV[@]}" /bin/bash "$HOMEBREW_LIBRARY/Homebrew/brew.sh" "$@" else source "$HOMEBREW_LIBRARY/Homebrew/brew.sh" fi |
