Merge "Use proper sed separator for paths" into stable/yoga

This commit is contained in:
Zuul
2022-11-22 16:36:05 +00:00
committed by Gerrit Code Review

View File

@@ -185,4 +185,4 @@ rm -Rf $DEST/async
# Clean any safe.directory items we wrote into the global
# gitconfig. We can identify the relevant ones by checking that they
# point to somewhere in our $DEST directory.
sudo sed -i "/directory=${DEST}/ d" /etc/gitconfig
sudo sed -i "\+directory = ${DEST}+ d" /etc/gitconfig