We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287e3fa commit d998ffaCopy full SHA for d998ffa
.scripts/build_steps.sh
@@ -44,7 +44,7 @@ git config --global --add safe.directory "${FEEDSTOCK_ROOT}"
44
# Skip build_artifacts because it gets huge with time
45
mkdir -p ~/staged-recipes-copy
46
shopt -s extglob dotglob
47
-cp -r "${FEEDSTOCK_ROOT}/!(build_artifacts)" ~/staged-recipes-copy
+cp -r "${FEEDSTOCK_ROOT}"/!(build_artifacts) ~/staged-recipes-copy
48
shopt -u extglob dotglob
49
50
# Remove any macOS system files
0 commit comments