diff options
author | Dirk Brenken <dev@brenken.org> | 2019-01-03 15:43:22 +0100 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2019-01-03 15:47:57 +0100 |
commit | 74ed166e3fd4c6b7f130019561b1a524af39251c (patch) | |
tree | 7458a307fddca247bb05bd8e4740fa23f0d0c376 /utils/mc/patches/010-subshell.patch | |
parent | fe4ef28c3dec1e14ac015ac317633a7a978a05e1 (diff) |
mc: midnight commander 4.8.22
* bump mc package release to 4.8.22,
news in this release see here:
http://midnight-commander.org/wiki/NEWS-4.8.22
* refresh subshell patch
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'utils/mc/patches/010-subshell.patch')
-rw-r--r-- | utils/mc/patches/010-subshell.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mc/patches/010-subshell.patch b/utils/mc/patches/010-subshell.patch index 35432e6dd..d66a01731 100644 --- a/utils/mc/patches/010-subshell.patch +++ b/utils/mc/patches/010-subshell.patch @@ -1,6 +1,6 @@ --- a/src/subshell/common.c +++ b/src/subshell/common.c -@@ -843,16 +843,9 @@ init_subshell_precmd (char *precmd, size +@@ -865,16 +865,9 @@ init_subshell_precmd (char *precmd, size * "PS1='$($PRECMD)$ '\n", */ g_snprintf (precmd, buff_size, |