mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
Merge pull request #803 from felixscheinost/fix-unbound-variable-etcProblems
Fix unbound variable `etcProblems`
This commit is contained in:
commit
e67f2bf515
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