Skip to content

Commit

Permalink
Continue 5862.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Jul 31, 2021
1 parent d812073 commit 8459df5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions far/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
--------------------------------------------------------------------------------
drkns 31.07.2021 14:22:45 +0100 - build 5863

1. Continue 5862.1.

--------------------------------------------------------------------------------
drkns 31.07.2021 12:58:27 +0100 - build 5862

Expand Down
2 changes: 1 addition & 1 deletion far/execute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ static bool execute_shell(string const& Command, string const& Parameters, strin
Info.fMask = SEE_MASK_FLAG_NO_UI | SEE_MASK_NOASYNC | SEE_MASK_NOCLOSEPROCESS | (Wait? SEE_MASK_NO_CONSOLE : 0);
Info.lpVerb = RunAs? L"runas" : nullptr;

if (SourceIsKnown)
if (SourceIsKnown && !path::is_separator(Command.back()))
{
assert(Parameters.empty());

Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5862
5863

0 comments on commit 8459df5

Please sign in to comment.