1
1
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-10-05 17:07:29 +03:00

Merge pull request #803 from felixscheinost/fix-unbound-variable-etcProblems

Fix unbound variable `etcProblems`
This commit is contained in:
Michael Hoang 2023-11-13 20:32:58 +11:00 committed by GitHub
commit e67f2bf515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/}