Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

DEFINES_FT: sed -i is not portable; use a tmp file #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tboegi
Copy link

@tboegi tboegi commented Jan 24, 2020

Allow the scripts to be run with a "POSIX" version of sed.
The "-i" option is not available under POSIX, it is a GNU extension,
typically avalailable under Linux but not under e.g. MacOS

Allow the scripts to be run with a "POSIX" version of sed.
The "-i" option is not available under POSIX, it is a GNU extension,
typically avalailable under Linux but not under e.g. MacOS
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant