]> git.pld-linux.org Git - packages/mksh.git/commitdiff
- try 256k auto/th/mksh-51-2.1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 1 Oct 2015 09:12:44 +0000 (11:12 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 1 Oct 2015 09:12:44 +0000 (11:12 +0200)
mksh-cmdline-length.patch
mksh.spec

index 37330705542c22b3123510d41ddb775a0e75f1bb..7ac122755732c0da5e1fec6b69585eba36f91eb2 100644 (file)
@@ -5,7 +5,7 @@
  
  /* input line size */
 -#define LINE          (4096 - ALLOC_SIZE)
-+#define LINE          (65536 - ALLOC_SIZE)
++#define LINE          (262144 - 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 e3e58bb3cd1bdba94e95e528c2de6664d0b2ef3f..a5be5a4024450d25011b02032a78bb587a24810c 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
+Release:       2.1
 License:       BSD
 Group:         Applications/Shells
 Source0:       https://www.mirbsd.org/MirOS/dist/mir/mksh/%{name}-R%{version}.tgz
This page took 0.077622 seconds and 4 git commands to generate.