mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 07:42:26 -04:00
Make explicit sed commands (first on commandline) behave the same as those given with -e. Without this patch the following two commands behave differently, the second one being wrong: echo ab | sed -e $'1 i\\\n--' echo ab | sed $'1 i\\\n--' Reviewed by: 0mp, des, kevans Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D47377 |
||
|---|---|---|
| .. | ||
| tests | ||
| compile.c | ||
| defs.h | ||
| extern.h | ||
| main.c | ||
| Makefile | ||
| Makefile.depend | ||
| Makefile.depend.host | ||
| Makefile.depend.options | ||
| misc.c | ||
| POSIX | ||
| process.c | ||
| sed.1 | ||