This commit is contained in:
Rob Pearce 2021-07-01 16:45:24 +10:00
parent 6ff51f038e
commit e9c9a40497
1 changed files with 1 additions and 1 deletions

View File

@ -921,7 +921,7 @@ function load_config() {
elif [[ ${tok[0]} == "adj" ]]; then elif [[ ${tok[0]} == "adj" ]]; then
addadj ${tok[1]} ${tok[@]:2} addadj ${tok[1]} ${tok[@]:2}
elif [[ ${tok[0]} == "nomyzone" || ${tok[0]} == "nomy" ]]; then elif [[ ${tok[0]} == "nomyzone" || ${tok[0]} == "nomy" ]]; then
addnnomyzone ${tok[1]} addnomyzone ${tok[1]}
elif [[ ${tok[0]} == "noop" || ${tok[0]} == "ignore" ]]; then elif [[ ${tok[0]} == "noop" || ${tok[0]} == "ignore" ]]; then
addnoop ${tok[1]} addnoop ${tok[1]}
elif [[ ${tok[0]} == "force" ]]; then elif [[ ${tok[0]} == "force" ]]; then