Skip to content

Commit

Permalink
Update spec for PR 11828: Xcode 14.3 fix: Pass the -f option when res…
Browse files Browse the repository at this point in the history
…olving the path to the symlinked source.
  • Loading branch information
chrisvasselli committed Apr 1, 2023
1 parent 26da9cd commit 38b6530
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

# Use filter instead of exclude so missing patterns don't throw errors.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

# Use filter instead of exclude so missing patterns don't throw errors.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_framework()

if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi

if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
Expand Down

0 comments on commit 38b6530

Please sign in to comment.