Skip to content

Fix: replace failing on "/" character.#1

Open
eli-schwartz wants to merge 1 commit intoarchlinuxfr:masterfrom
eli-schwartz:master
Open

Fix: replace failing on "/" character.#1
eli-schwartz wants to merge 1 commit intoarchlinuxfr:masterfrom
eli-schwartz:master

Conversation

@eli-schwartz
Copy link

Because this is being used in the sed command as the delimiter. Instead, use an ASCII control code in the assumption that no one else will ever be using that. Alternatively, something like "@" could be used, but that one at least seems to be a fairly common alternative, and won't be proof against further clashes...

So far it's been working for me. :)

@Skunnyk
Copy link
Member

Skunnyk commented Aug 24, 2015

Hi,

Haha, ASCII control code are now shown on github web interface, that why I did not understand your diff.
So maybe use an other separator is a better idea ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants