mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
Indentation fix
Signed-off-by: Slava Zanko <v.zanko@godeltech.com>
This commit is contained in:
parent
1f4a344b6b
commit
2ac925050d
@ -883,8 +883,7 @@ init_subshell (void)
|
||||
" PROMPT_COMMAND='eval -- \"$PROMPT_COMMAND_MC_SAVE\"; pwd >&%d; kill -STOP $$'\n"
|
||||
" else\n"
|
||||
" PROMPT_COMMAND='pwd >&%d; kill -STOP $$'\n"
|
||||
" fi\n",
|
||||
subshell_pipe[WRITE], subshell_pipe[WRITE]);
|
||||
" fi\n", subshell_pipe[WRITE], subshell_pipe[WRITE]);
|
||||
break;
|
||||
|
||||
case ZSH:
|
||||
|
Loading…
Reference in New Issue
Block a user