Merge "Use proper sed separator for paths"

This commit is contained in:
Zuul 2022-05-18 11:30:49 +00:00 committed by Gerrit Code Review
commit 9eb64896dd

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