mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[PR #38] [MERGED] Fix issue with 'sed' command on Mac OS X. #369
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#369
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?
📋 Pull Request Information
Original PR: https://github.com/asciinema/asciinema/pull/38
Author: @caseyscarborough
Created: 10/1/2013
Status: ✅ Merged
Merged: 10/2/2013
Merged by: @ku1ik
Base:
master← Head:patch-1📝 Commits (1)
9784e98Fix issue with 'sed' command on Mac OS X.📊 Changes
1 file changed (+5 additions, -1 deletions)
View changed files
📝
install(+5 -1)📄 Description
When running the script on Mac OS X, the sed command expects a parameter with the -i flag that specifies the backup extension. In this case, no backup is needed, so it can be a blank string.
The following is the error:
The following article explains the issue in depth:
sed in-place editing (-i) difference on Mac OS X
This fixes #36.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.