Skip to content
Commit db1e2bfc 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.
parent 374e6922
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