Omar Polo wrote: > "Sijmen J. Mulder" <[email protected]> writes: > > Martin Ziemer <[email protected]>: > >> This patch updates nnn from 4.3 to 4.4. > > > > Note nnn requires GNU sed (as 'gsed') for some of its functionality: > > https://github.com/jarun/nnn/pull/1210 > > It's fun because upstream merged the #ifdef stuff to define SED as gsed > but then left the 'sed -z' behind an #ifdef __linux__... > > [... code ...] > > should we patch that? the 'z' key works fine then, and maybe it's a bit > more robust against files with \n in them (if we even care)
Yes, we should use gsed RUN_DEP and the ifdef removal patch. I saw the patch has been merged upstream already, so we'll get it either way ;-) ok sdk@
