diff options
author | Bradley Sepos <[email protected]> | 2017-12-27 13:42:57 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-12-27 13:42:57 -0500 |
commit | 84a3acb5e795cea10f2335ac39deec86c2bdddb5 (patch) | |
tree | 0537d62cc3b8d4124678b68e3d67ccfeac949e8f | |
parent | 0a049afced0407b65bc8e8d348fcb3be2ae8b5c5 (diff) |
scripts: Fix typo in 0a049afce. #1075
-rwxr-xr-x | scripts/mac-toolchain-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mac-toolchain-build b/scripts/mac-toolchain-build index 6bed4e861..19cc73de8 100755 --- a/scripts/mac-toolchain-build +++ b/scripts/mac-toolchain-build @@ -146,6 +146,6 @@ if [[ "${PREFIX}" != "/usr/local" ]]; then fi # restore original PATH -PATH="${PATH_ORIG}" +export PATH="${PATH_ORIG}" exit 0 |