1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

Fix unbound variable etcProblems

I have another activationScript which traps errors. Currently `etcProblems` can be unbound.
This commit is contained in:
Felix Scheinost 2023-11-09 12:44:10 +01:00
parent eb2b9b6423
commit 39a412d47d

View file

@ -48,7 +48,7 @@ in
etc}
)
declare -a etcProblems
declare -a etcProblems=()
while IFS= read -r -d "" configFile; do
subPath=''${configFile#"$systemConfig"/etc/}