diff options
author | Christian Hesse <mail@eworm.de> | 2016-08-16 09:49:22 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-08-16 09:49:22 +0200 |
commit | d00311eef068f4432a0e7e28f7b92890a785fe7c (patch) | |
tree | c9316ae9385a4c81f2b784c915c47d2465de7e5e /initcpio/hooks/paccache | |
parent | 472c84678e9fc4ae9282bf1ec39bcb10a8a1f3b1 (diff) | |
download | pacredir-d00311eef068f4432a0e7e28f7b92890a785fe7c.tar.gz pacredir-d00311eef068f4432a0e7e28f7b92890a785fe7c.tar.zst |
remove trailing whitespace
Diffstat (limited to 'initcpio/hooks/paccache')
-rw-r--r-- | initcpio/hooks/paccache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initcpio/hooks/paccache b/initcpio/hooks/paccache index 6e09419..5f8d560 100644 --- a/initcpio/hooks/paccache +++ b/initcpio/hooks/paccache @@ -2,7 +2,7 @@ run_latehook() { local newroot="/new_root/" - + if ! grep -q '^pacserve hosts' ${newroot}/etc/pacredir.conf; then if [[ -n "${pacserve}" ]]; then msg ":: Adding pacserve host '${pacserve}' to pacredir.conf..." |