We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9350135 commit bf4b9fcCopy full SHA for bf4b9fc
src/binutils-config
@@ -191,7 +191,7 @@ switch_profile() {
191
# Some stages errorneously could not figure out CHOST and installed
192
# symlinks into the path ${EROOT}/usr/libexec/gcc/${HOST}. These need
193
# to go away.
194
- if [[ -e "${EROOT}/usr/libexec/gcc/${HOST}/${x}" ]] ; then
+ if [[ -h "${EROOT}/usr/libexec/gcc/${HOST}/${x}" ]] ; then
195
rm -f "${EROOT}/usr/libexec/gcc/${HOST}/${x}"
196
bad_symlinks_removed="1"
197
fi
0 commit comments