Fix Emacs syntax highlighting in NixOS dovecot module.

This commit is contained in:
Peter Simons 2016-03-02 16:10:59 +01:00
parent bd7f379a3f
commit ed5eb2aed8

View file

@ -254,7 +254,7 @@ in
${concatStringsSep "\n" (mapAttrsToList (to: from: ''
if [ -d '${from}' ]; then
mkdir '${stateDir}/sieve/${to}'
cp ${from}/*.sieve '${stateDir}/sieve/${to}'
cp "${from}/"*.sieve '${stateDir}/sieve/${to}'
else
cp '${from}' '${stateDir}/sieve/${to}'
fi