diff --git a/scripts/macos/python-framework.sh b/scripts/macos/python-framework.sh index bb7a312c3a1..21e5041d352 100755 --- a/scripts/macos/python-framework.sh +++ b/scripts/macos/python-framework.sh @@ -263,5 +263,5 @@ python-framework-relocate "${1:?}"/Python.framework ( cd "${1:?}"/Python.framework/Versions shopt -s failglob - ln -sf ?.? ./Current # assuming single version framework + ln -shf ?.? ./Current # assuming single version framework )