From: Bradley Sepos Date: Wed, 27 Dec 2017 18:42:57 +0000 (-0500) Subject: scripts: Fix typo in 0a049afce. #1075 X-Git-Tag: 1.1.0~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84a3acb5e795cea10f2335ac39deec86c2bdddb5;p=handbrake scripts: Fix typo in 0a049afce. #1075 --- 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