fix softdeps

This commit is contained in:
Tobias Powalowski 2023-10-20 18:31:05 +02:00
parent a9c2f0eff3
commit 8a4660a300

View file

@ -125,7 +125,7 @@ _mod() {
done
;;
esac
done <<<(modinfo -k "${_KERNELVERSION}" -0 "${_CHECK}" 2>"${_NO_LOG}")
done < <(modinfo -k "${_KERNELVERSION}" -0 "${_CHECK}" 2>"${_NO_LOG}")
}
_full_dir() {