[FEAT] Sed differences across OSes #13
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: TDD-Templates/cmake_cpputest_template#13
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
The sed program is different on FreeBSD+MacOS compared to linux distros for the most part. Most noticeable is that using the sed -i '' in freebsd causes and issue where it complains about invalid command code '.'
This is documented here --> https://unix.stackexchange.com/questions/663369/invalid-command-code-using-sed-to-replace-characters-inline
This should honestly be resolved for all the repos using the "otto.sh" script.
Also have found that the changing of the case lower-->upper for sed currently uses a GNUism, or a gnu style.
It should be changed out or have an option that doesn't have issues with this.