Ticket #4298: misc.sh; fix view for files
commit044cd3d8064396e36de09c98ebca699eebe2cbdf
authorUlya Trofimovich <skvadrik@gmail.com>
Fri, 29 Oct 2021 20:47:21 +0000 (29 21:47 +0100)
committerAndrew Borodin <aborodin@vmail.ru>
Sat, 30 Oct 2021 16:10:11 +0000 (30 19:10 +0300)
tree81be618cd086eaab5b9784dd129f0999c1d8b22c
parent8b79bfe32d776f0f0299b77b422211b14be29f51
Ticket #4298: misc.sh; fix view for files

...on systems that have no /bin/cat (like NixOS).

When opening .diff or .patch files mcview invokes /bin/cat. NixOS has no
/bin/cat (the path to cat looks like /run/current-system/sw/bin/cat).
However cat is still in PATH, so replace /bin/cat with just cat. This
should not affect other systems as /bin should normally be in PATH.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
misc/ext.d/misc.sh.in