bird: print config file with line numbers to improve debugging (#411578)
Sandro 2 months ago 21a356df 5b5aa069
··· 86 86 checkPhase = optionalString cfg.checkConfig '' 87 87 ln -s $out bird.conf 88 88 ${cfg.preCheckConfig} 89 89 - bird -d -p -c bird.conf 89 89 + bird -d -p -c bird.conf || { exit=$?; cat -n bird.conf; exit $exit; } 90 90 ''; 91 91 }; 92 92