commit | 7191c5e7e7edb1e2f28c0ce71294f61b409cf16b | [log] [tgz] |
---|---|---|
author | Balazs Gibizer <gibi@redhat.com> | Fri Apr 22 12:01:13 2022 +0200 |
committer | Balazs Gibizer <gibi@redhat.com> | Mon Apr 25 15:26:28 2022 +0200 |
tree | add7bbd1a15d92f3138a9977ef0b77b551ef58c9 | |
parent | 45f71b10ef67a2c1c47ff872743a4d9581e78b5a [diff] |
Use proper sed separator for paths I941ef5ea90970a0901236afe81c551aaf24ac1d8 added a sed command that should match and delete path values but used '/' as sed separator. This leads to error in unstack.sh runs when the path also contains '/': +./unstack.sh:main:188 sudo sed -i '/directory=/opt/stack/ d' /etc/gitconfig sed: -e expression #1, char 13: unknown command: `o' So this patch replace '/' separator with '+'. Change-Id: I06811c0d9ee7ecddf84ef1c6dd6cff5129dbf4b1