mirror of
https://github.com/jarun/nnn.git
synced 2024-11-16 08:03:16 +00:00
Ignore -S when start dir is specified
This commit is contained in:
parent
fcab64263e
commit
db3a46a197
|
@ -7041,6 +7041,9 @@ int main(int argc, char *argv[])
|
||||||
spawn(opener, arg, NULL, NULL, cfg.cliopener ? F_CLI : F_NOTRACE | F_NOWAIT);
|
spawn(opener, arg, NULL, NULL, cfg.cliopener ? F_CLI : F_NOTRACE | F_NOWAIT);
|
||||||
return _SUCCESS;
|
return _SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (session)
|
||||||
|
session = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue