Fix Emacs syntax highlighting in NixOS dovecot module.
This commit is contained in:
parent
bd7f379a3f
commit
ed5eb2aed8
@ -254,7 +254,7 @@ in
|
|||||||
${concatStringsSep "\n" (mapAttrsToList (to: from: ''
|
${concatStringsSep "\n" (mapAttrsToList (to: from: ''
|
||||||
if [ -d '${from}' ]; then
|
if [ -d '${from}' ]; then
|
||||||
mkdir '${stateDir}/sieve/${to}'
|
mkdir '${stateDir}/sieve/${to}'
|
||||||
cp ${from}/*.sieve '${stateDir}/sieve/${to}'
|
cp "${from}/"*.sieve '${stateDir}/sieve/${to}'
|
||||||
else
|
else
|
||||||
cp '${from}' '${stateDir}/sieve/${to}'
|
cp '${from}' '${stateDir}/sieve/${to}'
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user