summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2017-12-27 13:42:57 -0500
committerBradley Sepos <[email protected]>2017-12-27 13:42:57 -0500
commit84a3acb5e795cea10f2335ac39deec86c2bdddb5 (patch)
tree0537d62cc3b8d4124678b68e3d67ccfeac949e8f
parent0a049afced0407b65bc8e8d348fcb3be2ae8b5c5 (diff)
scripts: Fix typo in 0a049afce. #1075
-rwxr-xr-xscripts/mac-toolchain-build2
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