diff options
author | Bruno Cichon <ebrasca.ebrasca@openmailbox.org> | 2017-10-23 22:49:24 +0200 |
---|---|---|
committer | Bruno Cichon <ebrasca.ebrasca@openmailbox.org> | 2017-10-23 22:49:24 +0200 |
commit | c848d16bc0f67f04a4b8512a8e2f3651723c5507 (patch) | |
tree | f99e4992773998f7132e7c106713a19179fed874 /libre/systemd/initcpio-install-systemd | |
parent | 0bf95161fce1f6a90aabf83b9daff7e75f97e9bd (diff) | |
parent | 5654d526bd32b2bb1db29be4a0e06ac2fc01c878 (diff) | |
download | abslibre-c848d16bc0f67f04a4b8512a8e2f3651723c5507.tar.gz abslibre-c848d16bc0f67f04a4b8512a8e2f3651723c5507.tar.bz2 abslibre-c848d16bc0f67f04a4b8512a8e2f3651723c5507.zip |
Merge branch 'master' of ssh://git.parabola.nu:1863/~git/abslibre
Diffstat (limited to 'libre/systemd/initcpio-install-systemd')
-rw-r--r-- | libre/systemd/initcpio-install-systemd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/systemd/initcpio-install-systemd b/libre/systemd/initcpio-install-systemd index 5bf7b7f16..40a352c70 100644 --- a/libre/systemd/initcpio-install-systemd +++ b/libre/systemd/initcpio-install-systemd @@ -181,7 +181,7 @@ EOF ( . "$_f_config" set -f - printf "%s\n" $MODULES >"$BUILDROOT/etc/modules-load.d/MODULES.conf" + printf '%s\n' ${MODULES[@]} >"$BUILDROOT/etc/modules-load.d/MODULES.conf" ) } |