mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #36] sed replacement fails on OS X to fix python2 reference. Error: command a expects \ followed by text #30
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gregelin on GitHub (Sep 22, 2013).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/36
The sed replace section added in commit
e687422throws error, "command a expects \ followed by text" on OS X (10.7.x, 10.8.x).OS X requires an extension to be defined with when using
-iflag.