Warn for missing .rc file.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
d3c32f2fd5
commit
dedda1e419
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
yapfaq 1.1.1 (unreleased)
|
||||||
|
* Warn for missing .rc file.
|
||||||
|
|
||||||
yapfaq 1.1.0 (2026-02-13)
|
yapfaq 1.1.0 (2026-02-13)
|
||||||
* --test: Set Supersedes and don't modify Message-ID if -o is set.
|
* --test: Set Supersedes and don't modify Message-ID if -o is set.
|
||||||
* --test: Force -o if -n is not set.
|
* --test: Force -o if -n is not set.
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,8 @@ if (defined($RCFILE)) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
close($RCFILE);
|
close($RCFILE);
|
||||||
|
} else {
|
||||||
|
warn "W: No .rc file found.\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
# these env-vars have higher priority (order is important)
|
# these env-vars have higher priority (order is important)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue