]> git.pld-linux.org Git - packages/mksh.git/commitdiff
- rel 3; back to 16k auto/th/mksh-51-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 1 Oct 2015 09:40:04 +0000 (11:40 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 1 Oct 2015 09:40:04 +0000 (11:40 +0200)
mksh-cmdline-length.patch
mksh.spec

index 7ac122755732c0da5e1fec6b69585eba36f91eb2..de55b3f1e2cd02037f4f2052381f49c310da9943 100644 (file)
@@ -5,7 +5,7 @@
  
  /* input line size */
 -#define LINE          (4096 - ALLOC_SIZE)
-+#define LINE          (262144 - ALLOC_SIZE)
++#define LINE          (16384 - ALLOC_SIZE)
  /*
   * Minimum required space to work with on a line - if the prompt leaves
   * less space than this on a line, the prompt is truncated.
index a5be5a4024450d25011b02032a78bb587a24810c..815fdb3e9ac03b2ae0bde6be08e26d0fb768fdf8 100644 (file)
--- a/mksh.spec
+++ b/mksh.spec
@@ -7,7 +7,7 @@ Summary:        MirBSD Korn Shell
 Summary(pl.UTF-8):     Powłoka Korna z MirBSD
 Name:          mksh
 Version:       51
-Release:       2.1
+Release:       3
 License:       BSD
 Group:         Applications/Shells
 Source0:       https://www.mirbsd.org/MirOS/dist/mir/mksh/%{name}-R%{version}.tgz
This page took 0.104051 seconds and 4 git commands to generate.