Systemd/src/kernel-install
Michal Schmidt db1e2bfc4f kernel-install: avoid process substitution
bash implements process substitution using /dev/fd/N (this is documented
in man bash). We'd like kernel-install to work in chrooted RPM
scriptlets without /dev.

We can use here-strings instead. bash uses temporary files to implement
those.
2017-01-11 15:34:54 -05:00
..
50-depmod.install
90-loaderentry.install
kernel-install kernel-install: avoid process substitution 2017-01-11 15:34:54 -05:00
Makefile