diff options
| author | Markus Reiter | 2017-11-28 21:05:51 +0100 |
|---|---|---|
| committer | Markus Reiter | 2017-11-28 21:05:51 +0100 |
| commit | f7066bae2747b46735ca69e126027ff24b4051c3 (patch) | |
| tree | 875805862a0ee4f9b6258aa137561a1e1b4be046 /bin | |
| parent | 63408a10ff677909f4397c5c94cfa1f2007c0826 (diff) | |
| download | brew-f7066bae2747b46735ca69e126027ff24b4051c3.tar.bz2 | |
Fix `Utils::Shell.parent`.
Diffstat (limited to 'bin')
| -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 |
