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:
parent
eb2b9b6423
commit
39a412d47d
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ in
|
|||
etc}
|
||||
)
|
||||
|
||||
declare -a etcProblems
|
||||
declare -a etcProblems=()
|
||||
|
||||
while IFS= read -r -d "" configFile; do
|
||||
subPath=''${configFile#"$systemConfig"/etc/}
|
||||
|
|
Loading…
Add table
Reference in a new issue