mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
edit_ext_cmd(): trivial simplification.
This commit is contained in:
parent
c96b0af3b2
commit
69a16471a9
@ -2364,7 +2364,7 @@ edit_ext_cmd (WEdit *edit)
|
||||
if (!exp)
|
||||
return 1;
|
||||
|
||||
e = system (catstrs (exp, " ", " > ", home_dir, TEMP_FILE, 0));
|
||||
e = system (catstrs (exp, " > ", home_dir, TEMP_FILE, 0));
|
||||
|
||||
if (e) {
|
||||
edit_error_dialog (_("External command"),
|
||||
|
Loading…
Reference in New Issue
Block a user