handle the case of using -pk pair/only on
This commit is contained in:
@ -831,7 +831,7 @@ int Input::execute_command()
|
||||
// try suffixed version first
|
||||
|
||||
std::string mycmd = command;
|
||||
if (lmp->suffix_enable) {
|
||||
if (lmp->suffix_enable && lmp->suffix) {
|
||||
mycmd = command + std::string("/") + lmp->suffix;
|
||||
if (command_map->find(mycmd) == command_map->end()) {
|
||||
if (lmp->suffix2) {
|
||||
|
||||
Reference in New Issue
Block a user