Skip to content
Commit f1e5bbe0 authored by Michal Schmidt's avatar Michal Schmidt Committed by Zbigniew Jędrzejewski-Szmek
Browse files

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.

(cherry picked from commit db1e2bfc)
parent fba761f0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment