This commit is contained in:
hexcoder- 2020-02-03 22:32:01 +01:00
commit b66543bb29

View File

@ -894,7 +894,12 @@ int main(int argc, char** argv) {
}
if (in_dir) at_file = "@@";
if (in_dir) {
if (at_file) PFATAL("Options -A and -i are mutually exclusive");
at_file = "@@";
}
detect_file_args(argv + optind, at_file);